I am trying to automate an insert row and copy if cell has "(4 SHEETS)" in Cell A for example. I'm not sure how to get started with this.
If aCell contains "(x SHEETS)" then insert x number of rows below aCell. Copy aCell. Paste Variables into x rows. Next
Ultimately I would like the "(x SHEETS)" to get renamed also. So "(4 SHEETS)" would turn into 4 rows with "(4 SHEETS)" being modified to "(SHEET 1)", "(SHEET 2)" etc.
Thanks for any help