Move down 1 cell after going to the end of my data.
Please can someone let me know what I should enter to move down to the next
cell in my macro,instead of it moving to a specific cell. I recorded the
following, but instead of going to cell A15 i want to go down to the next
cell.
Many Thanks in advance.
Selection.End(xlDown).Select
Range("A15").Select
|