Hello everyone
I'm trying to write in VBA a code that will do:
1. Take a cell value in column K (there is a number there) and according to this number open new rows below the row I am on and copy the data from the first row to all the other rows that have been opened.
Example -
If in column K9 the number 5 appears, then open 5 new rows below, and copy all the data from row K9 to all the new rows created.
If in position K10 the number 7 appears, then open 5 new rows below, and copy all the data from row K10 to all the new rows created.
I'm trying to write in VBA a code that will do:
1. Take a cell value in column K (there is a number there) and according to this number open new rows below the row I am on and copy the data from the first row to all the other rows that have been opened.
Example -
If in column K9 the number 5 appears, then open 5 new rows below, and copy all the data from row K9 to all the new rows created.
If in position K10 the number 7 appears, then open 5 new rows below, and copy all the data from row K10 to all the new rows created.