Export to separate sheets

A

acss

How does one export several query's to excell so each query has its own sheet
within the same workbook?
 
K

Klatuu

Look in Accesss Help for TransferSpreadsheet. Whether you use the Action
for a macro or the Method for the Docmd object using VBA, there is an
argument that you can use to specify the sheetname.
 
Top