View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ann Wong Ann Wong is offline
external usenet poster
 
Posts: 1
Default Macro to move the cursor to a different cell on the same row

I have not written any macro in visual basic at all. I would like to write a
macro with the control key (ctrl r) that allows me to move the cursor to
column Y of the same row. For example, if my cursor is on row A12, the
activation of this macro should move the cursor to Y12. If my cursor is on
row A19, then the cursor should be moved to Y19. Any help is appreciated.