I have an excel 2007 worksheet open with 5 colums and +/-5000 rows of data.
What I want to do is create a macro that will:
- insert 3 blank rows under each record
- copy the value in that row on column 1 and paste it in the 3 new rows in column 1
- CUT the value from column 3 and place it in the first blank row beneath it in column 2
- CUT the value from column 4 and place it in the next blank row beneath it in column 2
- CUT the value from column 5 and place it in the next blank row beneath it in column 2
I am pulling out my hair trying to accomplish this but to no avail! please could someone assist me with this?
Much thanks
Try something like this