Good Afternoon,
The procedure below moves the cursor from its current location to the first cell with a value in the same row.
I would like to move the cursor all the way to column A.
Please will someone show me the code to do this.
Thank you.
Rob.
The procedure below moves the cursor from its current location to the first cell with a value in the same row.
Code:
Sub Move_cursor()
Selection.End(xlToLeft).Select
End Sub
Please will someone show me the code to do this.
Thank you.
Rob.