I have For/ Next loop where I use i=2 to Lastrow. In the loop I insert rows and increment the Lastrow variable to account for the additional row I inserted.
It appears the the program only evaluates the For statement against the original Lastrow value. Is this the case? Is there anything to...