Thread: jump
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default jump

alternatively

Cells(Activecell.Row,"A").Select

--

HTH

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


"Norman Jones" wrote in message
...
Hi Jobra.

ActiveCell.EntireRow.Cells(1).Select



---
Regards,
Norman



"jobra" wrote in message
...
Hi, Can anyone help with this:

How can I jump to the first cell in the same row in a macro?

Thanks in advance
jobra