M
Michael S. Montoya
I have to import various excel spreadsheets into Access.
The Filename of each xls file is the name of the event. I can use a Open
File dialog box to retrieve the file name, but the next step is where I get
stumped.
Each xls file contains many sheets. Each sheet is a date of the event which
I would like to retrieve and I need to loop through all the sheets and
retrieve the data.
After getting the file name, how can I use VBA to retrieve the name of each
sheet and loop through them all?
The Filename of each xls file is the name of the event. I can use a Open
File dialog box to retrieve the file name, but the next step is where I get
stumped.
Each xls file contains many sheets. Each sheet is a date of the event which
I would like to retrieve and I need to loop through all the sheets and
retrieve the data.
After getting the file name, how can I use VBA to retrieve the name of each
sheet and loop through them all?