LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Dynamic links within workbook

The problem is:

I cannot have a dynamic links to other sheets in the same workbook. With
"Dynamic" I mean that I want the link to work even when I change name on the
Sheet or even on the workbook.

My workbook is called HL.xls.

=HYPERLINK("[HL.xls]Sheet2!$A$1";"ClickHere")
This link works to get to Sheet2. But if Sheet2 is renamed then the link
doesn't work anymore.

=HYPERLINK(CONCATENATE("""";CONCATENATE("[";MID(CELL("filename";Sheet2!$A$1);FIND("[";CELL("filename";Sheet2!$A$1))+1;256));"!$A$1";"" "");"ClickHere")
This has a dynamic destination (i.e. is changed when sheet or workbook is
renamed), but now the link doesn't work anymore.

I have also tried in two steps so that the middle section is presented in
cell A10 and then have the following formula:
=HYPERLINK(A10;"ClickHere")

Can someone figure out why it doesn't work?
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
#REF on Links to Named Range in External Workbook [email protected] Excel Discussion (Misc queries) 1 April 6th 06 03:02 PM
Protect Workbook vs Worksheet?? Dan B Excel Worksheet Functions 3 November 7th 05 09:02 PM
find links to another workbook Patricia Excel Discussion (Misc queries) 1 January 21st 05 09:33 PM
Links w/in same workbook not working JenR Excel Discussion (Misc queries) 3 January 20th 05 11:54 PM
#VALUE ! errorr for links to other workbook Janez Banez Excel Worksheet Functions 2 January 15th 05 10:58 PM


All times are GMT +1. The time now is 10:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"