I have 80 excel files in a folder. The structure of each file is the same meaning beside the file name which us different, the file content is a table which is identical in all files. The files have the same amount of rows and columns. Column headers are same. Column a is the date column. Every row is a working day date (never a date corresponding to a saturday or Sunday).
Cell a2 (first row in file) in all files corresponds to most recent date in the file.
My challenge:
Sometimes or somedays, I need to insert a new row above positions '2', copy the entire row now shifted to position 3 and paste it into the newly inserted row.BUT, I also must update the date in the newly inserted row at a2 with a3.date +next_business_day.
How can I do this across the entire set of files I have my folder? Macros, code, your suggestions much appreciated.
Thanks
Cell a2 (first row in file) in all files corresponds to most recent date in the file.
My challenge:
Sometimes or somedays, I need to insert a new row above positions '2', copy the entire row now shifted to position 3 and paste it into the newly inserted row.BUT, I also must update the date in the newly inserted row at a2 with a3.date +next_business_day.
How can I do this across the entire set of files I have my folder? Macros, code, your suggestions much appreciated.
Thanks