Hi,
I'm waiting to receive the document itself but the idea is we have a row which contains information and in a column will have a number for how many times that needs to be repeated.
I need be able to run a macro and it will add in the number of rows below each entry but also copy and paste the information into those new rows.
So before Macro :
1 New Lane AB1 2CD 3
2 New Lane AB1 2CD 2
After
1 New Lane AB1 2CD 3
1 New Lane AB1 2CD 3
1 New Lane AB1 2CD 3
2 New Lane AB1 2CD 2
2 New Lane AB1 2CD 2
I understand the code will be column relevant which I don't have at the moment but I should be able to edit that myself.
Regards
Dave
Bookmarks