F
Funkyfido
I am trying to import several spreadsheets into an Access database. I have
the following command for each spreadsheet. How would I insert a range from
the spreadsheet instead of the entire sheet.
DoCmd.TransferSpreadsheet acImport, 8, "ImportAccessName",
"fileNameBeingImported", False"
Thanks
the following command for each spreadsheet. How would I insert a range from
the spreadsheet instead of the entire sheet.
DoCmd.TransferSpreadsheet acImport, 8, "ImportAccessName",
"fileNameBeingImported", False"
Thanks