P
Pietro
Hi,
I worte the below code to export an access table into excel sheet,first it
was working well,later it gave me an error message"Microsoft jet database
cannot find the object ". make sure the object exists or you've written the
correct path...ecc" and sometimes "Type mismatch"
The code I'm using is:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Annual",
"C:\Documents and Settings\botroswadia\Desktop\Arb-Eng.xls", True, ""
Can anybody help?
I worte the below code to export an access table into excel sheet,first it
was working well,later it gave me an error message"Microsoft jet database
cannot find the object ". make sure the object exists or you've written the
correct path...ecc" and sometimes "Type mismatch"
The code I'm using is:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Annual",
"C:\Documents and Settings\botroswadia\Desktop\Arb-Eng.xls", True, ""
Can anybody help?