Thread: go to question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default go to question

Application.GoTo Range(Range("Sheet1!A1").Value), True


--
Regards,
Tom Ogilvy


"austin" wrote in message
...
I need to type a path to a certain cell (say A1 in Sheet2)
in Sheet1 A1. I need a code that will look in Sheet1 A1
and go to the cell referenced there (in this case Sheet2
A1)