nick612hayden
New Member
- Joined
- May 15, 2012
- Messages
- 33
Hey All
I'm am trying to figure out a macro to run that:
If cell on Column B (let's say B5) equals "1" "2" or "3"
Then insert (below) the the number of rows that the cell in F5 equals
So, if "1" shows up in cell B5, and if F5 equals 3, then 3 blank rows would be added below row 5
Then, go to the next row with data (after the rows that just were inserted) and repeat until there is no more data in the Workbook.
So now, if "2" shows up in the next cell (now, B9) and if F9 equals 2, then 2 blank rows would be added below row 9.
If the number doesn't show up in the cell in Column B, go to the next row and perform the macro.
Any help would be awesome, thanks!!! :D
I'm am trying to figure out a macro to run that:
If cell on Column B (let's say B5) equals "1" "2" or "3"
Then insert (below) the the number of rows that the cell in F5 equals
So, if "1" shows up in cell B5, and if F5 equals 3, then 3 blank rows would be added below row 5
Then, go to the next row with data (after the rows that just were inserted) and repeat until there is no more data in the Workbook.
So now, if "2" shows up in the next cell (now, B9) and if F9 equals 2, then 2 blank rows would be added below row 9.
If the number doesn't show up in the cell in Column B, go to the next row and perform the macro.
Any help would be awesome, thanks!!! :D