Hello Everybody
I am having quite a problem with a spreadsheet I am working on.
I basically need to copy a row, and if the value in cell "V" is greater than 1, then that many rows (as specified in cell "V") need to be inserted below, and the copied row needs to be inserted that many times.
This all needs to occur while still keeping the formatting of the rows that have now moved (as they are linked to another sheet), as well as occuring for all the rows till about 20000.
The macro should also be able to detect when the value in cell "V" is zero, and then simply move on to the next row and go through the process again. Any help please?
I am having quite a problem with a spreadsheet I am working on.
I basically need to copy a row, and if the value in cell "V" is greater than 1, then that many rows (as specified in cell "V") need to be inserted below, and the copied row needs to be inserted that many times.
This all needs to occur while still keeping the formatting of the rows that have now moved (as they are linked to another sheet), as well as occuring for all the rows till about 20000.
The macro should also be able to detect when the value in cell "V" is zero, and then simply move on to the next row and go through the process again. Any help please?