I would like to import an Excel Workbook containing multiple dissimilar tabs. I am using office 2013. I have imported excel sheets before using a saved import wizard. But, only for an individual sheet. I could build multiple saved imports but can't because the makeup of the excel file and tabs is dynamic. Imports will happen several times a month.
Situation:
Excel document with multiple tabs (number of tabs not constant)
Each Tab can have different headers and data.
Each tab has a name (Not Sheet1, sheet2, etc)
The excel file name is constant.
Desire:
MS Access searches the excel file and imports data into separate tables based on the excel tab names.
All the tables, if present in Access, will be over written every time the spreadsheet is imported. Of course, some new tables may be created if more tabs are added.
In advance....thanks,
After the data is imported to "x" number of tables I will build code to analyze each and disburse the data.
Situation:
Excel document with multiple tabs (number of tabs not constant)
Each Tab can have different headers and data.
Each tab has a name (Not Sheet1, sheet2, etc)
The excel file name is constant.
Desire:
MS Access searches the excel file and imports data into separate tables based on the excel tab names.
All the tables, if present in Access, will be over written every time the spreadsheet is imported. Of course, some new tables may be created if more tabs are added.
In advance....thanks,
After the data is imported to "x" number of tables I will build code to analyze each and disburse the data.