A
Arman
I have upgraded from Office 2003 to Office 2007 and after the upgrade I
started getting "Could not find installable ISAM" error message when
exporting a file to Excel. The VBA code that does the export is as follows:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3, "Some String", _
FileName
Any suggestions would be greatly appreciated.
started getting "Could not find installable ISAM" error message when
exporting a file to Excel. The VBA code that does the export is as follows:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3, "Some String", _
FileName
Any suggestions would be greatly appreciated.