Good Morning
I need to select the next empty cell in a column.
The instruction below goes to the last nonblank cell in the column. I now need it to move to the next cell so that I can then work with that cell.
Selection.End(xlDown).Select
What method can be used to move the cursor in a direction by a variable amount of cells?
Bookmarks