I'm trying to import a spreadsheet which I download from a trusted website using:
DoCmd.TransferSpreadsheet , , "Sheet1", strPath & "" & strName, False, "A:I"
The issue I'm having is that if I download the spreadsheet then the import does not include column A, if however I then open and save the spreadsheet the import works OK.
Both the download and the re-saved file appear to have exactly the same properties, including attributes, with the sole exception that the download size is 84.5K whilst the re-save size is 80.0K
Both .xls files and Excel 97-2003.
Any thoughts please?
Regards
Terry Lawson