I have a file named "Project View 2024 02 05.xlsm" where the integers are the date in the format "YYYY MM DD". On a daily basis, I need to copy a range of data from a separate file named “0205 Data All.xls” where the integers are the date in the format “MMDD”. The column headers in this file remain the same, but the number of rows vary everyday. I typically exclude the headers row and only copy over the rows of actual data. I need a macro or VBA script that will look at the month and date in the filename of the “project view” excel and pull the range of data from the “data all” file with the corresponding month and date in that filename. The “data all” files are stored in a shared drive folder separate from where the “project view” files are stored. Everyday, I make a copy of the project view file and change the date, then I get a new data all file for the same date. I’m having trouble since the filenames are dynamic and change everyday. Would appreciate any help on this!