View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default Move 2 cells to right

Activecell.Offset(0,2).Select

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Pasmatos" wrote in message
...
hi,
Please help.
In excel vba, what is the command to move the cursor.
Example: The cursor was in one cell and i want move it 2 cells to the

left.

Thanks in advance.