Hello,
I'm importing data from Excel (using the DoCmd.TransferSpreadsheet in VBA). The problem is if the excel sheet to be imported is not currently open (the error message says the external table isn't in the expected format).
Is there a way to check if the table is open and if not, open from x location?
Thanks!
Julie
I'm importing data from Excel (using the DoCmd.TransferSpreadsheet in VBA). The problem is if the excel sheet to be imported is not currently open (the error message says the external table isn't in the expected format).
Is there a way to check if the table is open and if not, open from x location?
Thanks!
Julie