J
John Lane
I'm running Access 2007 on Vista, and in my program I have the statement:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"tmpGLA_Crosstab", Filename
and I am getting the message "Could not find ISAM file", however I can
export the table to an xls file with the ribbon Excel icon. Help prattles on
about the Registery and such, but the dll must be on the system beacsue the
ribon icon works. Do I need to add another library to the References list?
Which one? Thanks.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"tmpGLA_Crosstab", Filename
and I am getting the message "Could not find ISAM file", however I can
export the table to an xls file with the ribbon Excel icon. Help prattles on
about the Registery and such, but the dll must be on the system beacsue the
ribon icon works. Do I need to add another library to the References list?
Which one? Thanks.