I have a range of, say, 10 rows which needs to be looped through.
If a certain condition is met, then a new row needs to be inserted, making the range = 11 rows.
So zRow (the last row) increases from 10 to 11.
However, zRow stays at 10. Any idea how to solve this ?
If a certain condition is met, then a new row needs to be inserted, making the range = 11 rows.
So zRow (the last row) increases from 10 to 11.
However, zRow stays at 10. Any idea how to solve this ?