I have an Excel workbook that acts like a log of Excel reports that are generated and stored in a specified folder. I would like this workbook, upon opening, to pull data from various cells from all of the files in the folder, preferably without opening the source files. I don't want to tell the code what files to pull from. I would like it to pull from all in the folder, as there are new files generated often. I am new to VBA and trying to bite off more than I can chew. Does anybody know the code for doing this? Thanks