J
John134
I am using Access 2003 and Excel 97. I have successfully coded a subroutine
to transfer an Access file to a pivot file in an Excel 97 spreadsheet. The
first line of code in this routine is:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "Activity
Log", _
"E:\LA Snr Ctr\Activity Log.xls", True
When I try to run this code using an Excel 2003 version it fails at this
line. I have tried changing the spreadshee type to TypeExcel8 and TypeExcel9
but it still fails.
Is it even possible to do this using the Transfer Spreadsheet command with
Excel 2003?
Any suggestions from anyone?
John134
to transfer an Access file to a pivot file in an Excel 97 spreadsheet. The
first line of code in this routine is:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "Activity
Log", _
"E:\LA Snr Ctr\Activity Log.xls", True
When I try to run this code using an Excel 2003 version it fails at this
line. I have tried changing the spreadshee type to TypeExcel8 and TypeExcel9
but it still fails.
Is it even possible to do this using the Transfer Spreadsheet command with
Excel 2003?
Any suggestions from anyone?
John134