Thanks for taking the time to read my question. I found something that worked. the OutputTo command, works perfect to export the report/query/... right away
Example:
DoCmd.OutputTo acOutputReport, "rptContactCatEmail", acFormatXLS, , True
This command exports the report rptContactCatEmail as an excel file and after its exported the true part of the statement opens the xcel file after it is exported.