Hi - any help writing this macro is greatly appreciated. I have about 1000 rows of data (Row 1 is titles).
In Column L, I've used a countif on another tab to figure out the # of rows I want to insert below each row from the orginal data.
So, cell L2 may have the value 15, cell L3 has 9, cell L4 has 1, and cell L5 has zero.
I want the macro to insert 15 rows below row 2, then insert 9 rows below (what used to be) row 3, then 1 row below (what used to be) row 4, and not insert any rows below row 5.
I'd like this to work all the way to the end of my data.
I think this is pretty simple VBA but I'm a beginner. Thanks very much.
In Column L, I've used a countif on another tab to figure out the # of rows I want to insert below each row from the orginal data.
So, cell L2 may have the value 15, cell L3 has 9, cell L4 has 1, and cell L5 has zero.
I want the macro to insert 15 rows below row 2, then insert 9 rows below (what used to be) row 3, then 1 row below (what used to be) row 4, and not insert any rows below row 5.
I'd like this to work all the way to the end of my data.
I think this is pretty simple VBA but I'm a beginner. Thanks very much.