hyperlinks

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I am using hyperlinks in my workbook. If I change the name
of the workbook the hyperlinks will not work in the new
workbook. Is it possible to set up a hyperlink so that it
will automatically change it's address to the renamed
workbook? Thanks for your help.
 
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)
 

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