Exporting Multipe query to a single workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to export mutiple queries to a single workbook with a tab for
each export using access macro outputto
 
Although Doug's article is very useful, it might be overkill for your
situation. Try using the TransferSpreadsheet Method first. Help explains
what the arguments do. You may need to create a query to select the data
you want to export especially if you want to do any formatting.
 
Back
Top