Thread: jump
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default jump

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