I have a sheet ("Milestones") with 5400 rows of data across dozens of columns. I already have VBA code that will add 3 blank rows below each original row of data. Now I need to paste into 2J-4K, 6J-8K, etc., of the new blank rows in the Milestones sheet, 6 cells of data that reside in Sheet "Work" A1-B3
1 original data
2 Blank
3 Blank
4 Blank
5 original data
6 Blank
7 Blank
8 Blank
9 original data
.
.
.
21,600
Thank you! This project will recur every 6 months, so VBA is the practical method.
R Lloyd
1 original data
2 Blank
3 Blank
4 Blank
5 original data
6 Blank
7 Blank
8 Blank
9 original data
.
.
.
21,600
Thank you! This project will recur every 6 months, so VBA is the practical method.
R Lloyd