I have a master Excel spreadsheet and I am updating this every day with 10 flat files for 10 different tabs. So, every morning I am opening my excel spreadsheet, deleting yesterday's tabs and putting the most recent txt files. Txt files follow same patterns like the following:
For today I have "FILE_1_45", "FILE_2_45", "FILE_3_45".... "FILE_10_45".
Tomorrow I will have "FILE_1_46", "FILE_2_46", "FILE_3_46".... "FILE_10_46" so those are incremental.
How can I automate this process? Can I just enter the # corresponding to my day and hit one button for excel to create me those?