Crookshanks
Technical User
Hello guys,
I am having trouble with the TransferSpreadsheet Method. I worked fine but for a reason unknown for me now I getting the following error message:
Runtime error 3274 - External table is not in the expected format.
The code that raises the error is:
tbl_Projecten is an internal table (not a linked table) and diroutput is the filename with path.
Yesterday I installed the Office2007 conversion pack. After that the error occurred. So, I removed the conversion pack but the problem persists.
Q: Does anybody know that this error means exactly and has a possible solution? The strangest thing is that it worked before.
Regards,
I am having trouble with the TransferSpreadsheet Method. I worked fine but for a reason unknown for me now I getting the following error message:
Runtime error 3274 - External table is not in the expected format.
The code that raises the error is:
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tbl_PROJECTEN", diroutput, True
tbl_Projecten is an internal table (not a linked table) and diroutput is the filename with path.
Yesterday I installed the Office2007 conversion pack. After that the error occurred. So, I removed the conversion pack but the problem persists.
Q: Does anybody know that this error means exactly and has a possible solution? The strangest thing is that it worked before.
Regards,