Hello,
I want to import certain sheets from the excel spreadsheet into one access table.
I know how to import one sheet:
DoCmd.TransferSpreadsheet acImport, , "Table1", path, True, "Group_Billing!"
But is there a way to import a few sheets?
Thanks.
I want to import certain sheets from the excel spreadsheet into one access table.
I know how to import one sheet:
DoCmd.TransferSpreadsheet acImport, , "Table1", path, True, "Group_Billing!"
But is there a way to import a few sheets?
Thanks.