Thread
:
Visual basic macro move cursor down 1 cell
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
PCLIVE
external usenet poster
Posts: 65
Visual basic macro move cursor down 1 cell
ActiveCell.Offset(1, 0).Activate
"Roger" wrote in message
...
I am trying to move create macro that will move cursor down one cell. the
range select function does not meet my needs.
Reply With Quote
PCLIVE
View Public Profile
Find all posts by PCLIVE