Hi
I have been struggling with exporting 8 tables from access onto one excel spreadsheet..
I am getting error message the object cannot be found
this is the code for one of the queries that are not exporting to exce.
'DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Qu_6", "H:\My Documents\Rent_Test.xls", True, "A16:H23"
'DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Qu_22", "H:\My Documents\Rent_Test.xls", True, "A48:H55"
thanks in advance
R