NewSunR. Gas bubble? What keeps the gas from escaping? Is it encapsulated or does the back of the eye just hold it?
Excel. Row duplication code worked when I removed code specific to a particular cell.
Moving the cursor over is the problem. I can't read the code because I don't understand it enough to modify it to move the cursor to the right.
Here is what happens when I put the cursor on row 1820. I record with moving the cursor to column D. The code says, Range("D1820").Select. That is good. But when I try out row 1824, it moves the cursor back to D1820. I want it to go to D1824. Changing the code to D$1820 doesn't work.