I have similarly formatted daily Excel files in a directory c:\Data\Transactions. From a main workbook or what I call a template, I want to open each one and store the data. Each file has the date as part of the file name.
How can I capture the names of all the files in one directory from VBA. I will put the file names in an array and open each one, copy the data, then close the file.
Jerry