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...