SyafiqIzzat
Registered User.
- Local time
- Yesterday, 22:03
- Joined
- Aug 16, 2010
- Messages
- 19
Greetings,
Can someone justify what's wrong with my code below.
DoCmd.TransferSpreadsheet acImport, 8, "Info", "C:\Test1.xls", True, "A1:E60"
It said Microsoft Access db engine could not find the object "C:\Test1.xls"
I already added reference to Microsoft Excel Object Library but still it didn't work. Anything I missed out?
TIA
Can someone justify what's wrong with my code below.
DoCmd.TransferSpreadsheet acImport, 8, "Info", "C:\Test1.xls", True, "A1:E60"
It said Microsoft Access db engine could not find the object "C:\Test1.xls"
I already added reference to Microsoft Excel Object Library but still it didn't work. Anything I missed out?
TIA