I am starting a project that does the following:
I need to push a button in the current worksheet and it searches all files (with a certain name structure e.g file_date.xls) in all folders within a specific directory. I then need to pull specific numbers from the files (for example find a cell called 'title' and take the cell underneath it). All this info then gets placed in the current workbook in a table.
Basically its searching all files in all folders with a certain name and then taking specific data and putting it in a table in the current worksheet.
I am just looking for ideas/examples on what to look at and where to go with it.