autolinks to sheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello there,

I have rcvd a spreedsheet with a summary sheet & various other sheets. Basically on the summary sheet you have a ref section which when you click on a particular ref automatically takes you to the ref sheet - is this called a hyperlink - how does it work?

thanks
mandy
 
Open Excel, Go to Help, Type in Hyperlinks -- read away :)


: Hello there,
:
: I have rcvd a spreedsheet with a summary sheet & various other sheets.
Basically on the summary sheet you have a ref section which when you click on a
particular ref automatically takes you to the ref sheet - is this called a
hyperlink - how does it work?
:
: thanks
: mandy
 
Along with Frank's suggestion of Insert|Hyperlink, there's a worksheet formula
you can use:

Take a look at: =hyperlink() in excel's help.

I find the worksheet function easier to update and easier to work with.

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)

David also has a "build table of contents" macro at:
http://www.mvps.org/dmcritchie/excel/buildtoc.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top