View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 65
Default 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.