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...