T
Tom
Hi
Am using Access 2002 and running the following query to export data to Excel
2002:
DoCmd.OutputTo acOutputQuery, "qryTestDbXls", acFormatXLS,
"C:\Temp\TestDb.xls", False
This works OK but sheet1, in Excel is also named qryTestDbXls and I would
like it to be called TestA.
How can this be achieved?
TIA
Tom
Am using Access 2002 and running the following query to export data to Excel
2002:
DoCmd.OutputTo acOutputQuery, "qryTestDbXls", acFormatXLS,
"C:\Temp\TestDb.xls", False
This works OK but sheet1, in Excel is also named qryTestDbXls and I would
like it to be called TestA.
How can this be achieved?
TIA
Tom