Fifer
Registered User.
- Local time
- Today, 13:04
- Joined
- Dec 28, 2005
- Messages
- 31
We have recently upgraded our systems from Access 97 to 2003, I am trying to amend the import module so that it recognises the excel sheet we use to import.
The old code is :
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, ImportTable, _
HostDir & ExtractFilename, True
This is the point the module stops at and I am presuming it is because of the reference to excel 97.
Can anyone assist e in the correct code so it picks up excel 2003..?
The old code is :
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, ImportTable, _
HostDir & ExtractFilename, True
This is the point the module stops at and I am presuming it is because of the reference to excel 97.
Can anyone assist e in the correct code so it picks up excel 2003..?
