relative reference for LastRow
All,
I am trying to find out the last row of the column that I am currently
residing. I believe the following code only looks at column A. How can I
modify it for the column I have selected?
LastRow = Cells(Rows.Count, "A").End(xlUp).Row
Thanks!!!!
Matt
|