View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pendelfin Pendelfin is offline
external usenet poster
 
Posts: 21
Default 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