View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
joeydiaz joeydiaz is offline
external usenet poster
 
Posts: 3
Default jump to active cell in other sheet .

I tried using the suggestion: =HYPERLINK(#'Sheet 10'!A10,"jump")
But it doesn't seem to work.
All I want to do is to jump to a certain cell in another sheet (same
workbook) when I click on a cell which contains the formula. Somehow, I'm not
succeeding using hyperlink. what seems to be my problem?

"mongkolkorn" wrote:

Thank for you answer.
but I want to use press key F5 and jump to other sheet ...,active cell in
other sheet .....

--
mai


"Pete" เขียน:

You could put this formula in cell A1 of Sheet 1:

=HYPERLINK(#'Sheet 10'!A10,"jump")

Note that there is an apostrophe after the # and before the !. This
will put the word "jump" in cell A1 and when you click this it will
take you to cell A10 of Sheet 10.

Hope this helps.

Pete