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????
|