View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Hyperlink Function to Tab

Try it like this:

=HYPERLINK("#'Tab1'!A1","Cell1")

Note the apostrophe is after the # - this basically means "the current
file".

Hope this helps.

Pete

On Dec 23, 3:56*pm, Matt wrote:
I'm trying to create a hyperlink using the hyperlink function that
will go to a separate tab within the same worksheet. *What I'm using
is: * *=HYPERLINK("'Tab1'!A1","Cell1") * * , but it is telling me it
cannot open the specified file. *Can anyone help?