hi guys - sorry this is second post (same title but different querry)
I want a macro to automatically insert blank row(s) based on the cell values in column A. Blank rows to be inserted below the the row with that value. e.g.
row -value
A1 - 0
A2 - 1
A3 - 0
A4 - 2
A5 - 4
A6 - 0
and so on
I want a macro to get following result:
row -value
A1 - 0
A2 - 1
A3 - blank (1 new row inserted)
A4 - 0
A5 - 2
A6 - blank (1 new row inserted)
A7 - blank (1 new row inserted)
A8 - 4
A9 - blank (1 new row inserted)
A10 - blank (1 new row inserted)
A11 - blank (1 new row inserted)
A12 - blank (1 new row inserted)
A13 - 0
Any help is appreciated. Thanks
I want a macro to automatically insert blank row(s) based on the cell values in column A. Blank rows to be inserted below the the row with that value. e.g.
row -value
A1 - 0
A2 - 1
A3 - 0
A4 - 2
A5 - 4
A6 - 0
and so on
I want a macro to get following result:
row -value
A1 - 0
A2 - 1
A3 - blank (1 new row inserted)
A4 - 0
A5 - 2
A6 - blank (1 new row inserted)
A7 - blank (1 new row inserted)
A8 - 4
A9 - blank (1 new row inserted)
A10 - blank (1 new row inserted)
A11 - blank (1 new row inserted)
A12 - blank (1 new row inserted)
A13 - 0
Any help is appreciated. Thanks