View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kate kate is offline
external usenet poster
 
Posts: 11
Default Code for moving cursor one cell to the right

Hi,

I'm trying to automatically define a range in a macro, but
there is part of it were I need to have the cursor move
one cell to the right. But when I try to record it, the
Macro says "Range("C412").Select".

Any ideas? Thanks...