I'm trying to output the contents of 4 queries into one spreadsheet. At the moment I have to do this 4 times into 4 different sheets, which is impractical. I would like like the spreadsheet to have 4 worksheets/tabs, 1 for each query. The code I'm using is:
DoCmd.OutputTo acOutputQuery, qry1, acFormatXLS, filename1 etc..
Thanx
Matt
DoCmd.OutputTo acOutputQuery, qry1, acFormatXLS, filename1 etc..
Thanx
Matt