Got this problem that I don't know how to fix. I have a reporting database that imports data from another access database and a number of excel files.
I wrote the excel import routine which was OK, but then found out that the users require an initial load from 100s of excell sheets! These are all in one folder and have the same data formats to be imported into the same table.
Sheets are call statistics So a column of times and columns for calls answed/abandoned etc. Sheet Date is in a single cell and I could do with capturing it as a new column.
Firstly, is there a way to loop through all the sheets in a folder one at a time and import the data?
Secondly Is it possible to grab a date from one cell in the sheet headings that has a date and add it as a new column?
Thanks OzzBoz