A
Ang
Thanks a million,
Is a way to delete "Old" C:\Temp\Test.xls first before making new Test.xls.
I am having a problem with the Excel spreadsheet and notice that it kept
adding "tabs". I just want only one tab.
Your help would be appreciated.
Ang
**************************************************
Don't open the query. Instead, use its name as the "table name" argument in
the TransferSpreadsheet command:
DoCmd.TransferSpreadsheet acExport, 8, Me!lstQuery, "C:\Temp\test",
True, ""
Is a way to delete "Old" C:\Temp\Test.xls first before making new Test.xls.
I am having a problem with the Excel spreadsheet and notice that it kept
adding "tabs". I just want only one tab.
Your help would be appreciated.
Ang
**************************************************
Don't open the query. Instead, use its name as the "table name" argument in
the TransferSpreadsheet command:
DoCmd.TransferSpreadsheet acExport, 8, Me!lstQuery, "C:\Temp\test",
True, ""