As the title states, I am trying to import and append multiple sheets from a single excel file into tables in my Access DB. The excel Sheet2 will always be appended to Access table1, Sheet3 will always be appended to Table2 and Sheet4 will always be appended to Table3. The sheets in excel already contain the exact column headers in the top row.
The goal is to use the file dialog from Access and navigate to the excel file, select it, and have the data in the 3 sheets appended to the tables in the database. I am an intermediate VBA programmer and have been unable to find a solution to this online. Any help would be greatly appreciated!
I am using MS Office 2010
Thanks
The goal is to use the file dialog from Access and navigate to the excel file, select it, and have the data in the 3 sheets appended to the tables in the database. I am an intermediate VBA programmer and have been unable to find a solution to this online. Any help would be greatly appreciated!
I am using MS Office 2010
Thanks