I have 21 "individual" spreadsheets that are updated each day with data that has been collected into another spreadsheet template. A template is used to collect the data so it is always in the same format and the files are named based upon the date. Example: Worksheet mm.dd.yyyy (with multiple worksheets) is used to update IOA ADM.xlsx, and USF ADM.xlsx, Etc. I'm struggling with 2 things: how to code to account for the date change in the file name and best place to locate the macro button so as not to require excessive storage over time. (This happens to 21 spreadsheets every day.) I have part of the overall macro (VBA) worked out but it depends on activating to a distinct file name (i.e. "Adv MIMO Worksheet 04.19.2023.xlsm"). How do I adjust this when that file name will change each day?