B
Ben
Im trying to import a spreadsheet where the column headings are on row 2 and
the data on row 3+. I have tried (with no luck) the following:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"BindersTaken1", Directory, True, "Binders$2:65536"
The data is on the sheet called "binders" and i would like row 2 on ward
imported.
With the following code i was able to import the correct sheet but i needed
to add a range value to it:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"BindersTaken1", Directory, True, "Binders$"
Thanks for the help!
Ben
the data on row 3+. I have tried (with no luck) the following:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"BindersTaken1", Directory, True, "Binders$2:65536"
The data is on the sheet called "binders" and i would like row 2 on ward
imported.
With the following code i was able to import the correct sheet but i needed
to add a range value to it:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"BindersTaken1", Directory, True, "Binders$"
Thanks for the help!
Ben