Exporting Multipe query to a single workbook

S

sfleck

is it possible to export mutiple queries to a single workbook with a tab for
each export using access macro outputto
 
P

Pat Hartman \(MVP\)

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