View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Navigate by macro

Hi
activecell.offset(0,1).select

--
Regards
Frank Kabel
Frankfurt, Germany


Rey A. wrote:
To all gurus:

How can I replace the cell address after recording a macro by just
the "right arrow", meaning move to right of the cell address?

Thanks for the help.