Hello!
I need to have a macro to loop through sheets with Name starting with AIPRSU to add a new row under the headers (so the new row should appear in position 2) and this new row should be filled with data from the previous row 2 (which will then become row 3).
So to recap:
- The macro should loop in each sheet starting with name "AIPRSU"
- For each sheet, create a new empty row right under the headers' row
- the new empty row must be filled with the same data contained in the row right below this new empty row (which is the line that was previously occupying the new empty row's position)
Attached you can find the template I am working on.
Many thanks !
F
Bookmarks