D
DAA
Please help me write the macro to move ONE cell UP or DOWN.
The following macro moves ONE cell to the RIGHT:
ActiveCell.Next.Select
The following macro moves ONE cell to the LEFT:
ActiveCell.Previous.Select
I can't figure a similar macro to move ONE cell UP or DOWN.
Thanks in advance.
The following macro moves ONE cell to the RIGHT:
ActiveCell.Next.Select
The following macro moves ONE cell to the LEFT:
ActiveCell.Previous.Select
I can't figure a similar macro to move ONE cell UP or DOWN.
Thanks in advance.