View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default Move the cursor to the next row

Hi

Try
activecell.Offset(1,0).Select

--
Regards

Roger Govier


"danhattan" wrote in message
...
Hi all.

What is the command to move the cursor from the cell it is in, to the
cell
directly below it? Tried searching help and just got info on
SmallScroll, End
and Rows. None of these are what I'm looking for.

Thanks in advance for any help provided.

Dan