grahamsyuk
Registered User.
- Local time
- Today, 21:00
- Joined
- Sep 19, 2007
- Messages
- 10
Hi Guys, i'm trying to export multiple queries to on excel file with multiple worksheets and keep the formatting from each query. i.e. one query on each sheet. This works fine for one query by using the following :
DoCmd.OutputTo acTable, "Query1", "MicrosoftExcelBiff8(*.xls)", "C:\My Documents\Multiple.xls", False, "", 0
However, i cant get it to work for multiple queries to multiple worksheets in the same excel file. Any help is greatly appreciated.
regards, G
DoCmd.OutputTo acTable, "Query1", "MicrosoftExcelBiff8(*.xls)", "C:\My Documents\Multiple.xls", False, "", 0
However, i cant get it to work for multiple queries to multiple worksheets in the same excel file. Any help is greatly appreciated.
regards, G