I have an Excel workbook with multiple sheets, all the sheets have the same headers and are formatted the same. Problem 1 is I need some sort of loop so that all sheets will be imported, the names will vary so I can't use specific names to import. Problem 2 is that I need to create a new TempTable based on the format of these sheets and have them all import to that one table.
I need to do some cleaning up and updating of the data before I run append queries to have it moved to a couple of permanent tables.
I know I've written the VBA to have a new table created on import and later deleted after all my queries run, I just can't for the life of me remember how I did it!
Appreciate any help or suggestions!!
I need to do some cleaning up and updating of the data before I run append queries to have it moved to a couple of permanent tables.
I know I've written the VBA to have a new table created on import and later deleted after all my queries run, I just can't for the life of me remember how I did it!
Appreciate any help or suggestions!!