CathodeRay
MIS
I've got an Excel macro that runs just fine, except for one thing: One of its steps is supposed to "go to the last row in the data." When I record the macro, it goes to the last row... but when I view the VBA code, it has a hard-coded reference to the last row number. Obviously, if I have more or less rows, then this macro won't work.
How can I tell the macro to go to the last row of data regardless of how many rows there are?
How can I tell the macro to go to the last row of data regardless of how many rows there are?