View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Moving the cursor

Assuming you not mrean the mouse cursor, but the active cell, here's afew
options:

Range("A1").select
Activecell.offset(10,0).select
Application.Goto Range("IV1")

NickHK

"Gandhi Bojja" wrote in message
...
I would like to move the cursor to the first or any coloumn in the same

row
writing a macro. Can anyone help.

Thanks in advance
--
suresh gandhi