Jenkins
asked on
Proble transferring an Access table into Excel
The following code is under a command button on an Access form:
.
DoCmd.TransferSpreadsheet acExport, acspreadsheetTypeExcel19, "tblMaster", "C:\Users\Danny\Desktop\tb lData.xls"
I have an empty Excel file named "tblData" that is saved on my desktop.
The error message I'm getting is: Run time error 3170. Could not find installable ISAM.
I created the database on a different machine with Access 2003 installed. I'm currently trying to run the code on this machine, which has Access 2010 installed.
What's the problem? Thanks.
.
DoCmd.TransferSpreadsheet acExport, acspreadsheetTypeExcel19, "tblMaster", "C:\Users\Danny\Desktop\tb
I have an empty Excel file named "tblData" that is saved on my desktop.
The error message I'm getting is: Run time error 3170. Could not find installable ISAM.
I created the database on a different machine with Access 2003 installed. I'm currently trying to run the code on this machine, which has Access 2010 installed.
What's the problem? Thanks.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you.
Please see this link maybe help
http://www.utteraccess.com/forum/DoCmdTransferSpreadsheet-t1942701.html