View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Ken is offline
external usenet poster
 
Posts: 590
Default How can I move the cell pointer down one row in a macro command?

I am trying to find the macro command that automatically move the cell
pointer down one row. Exampl: for the end-up command you would write:
Selection.End(xlUp).Select .... What would it be to just move down One
cell????