Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What can I do to handle Hyperlinks to other worksheets when those worksheets
might be renamed, or even rearranged in sequence? My current experience is that the Hyperlinks break when a target worksheet is renamed. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a Defined Name as the target. For example, if Sheet1, cell B9 has been
given the name whereto, then in any other sheet: Insert Hyperlink to a place in this document and pick whereto. -- Gary''s Student - gsnu200798 "KIM W" wrote: What can I do to handle Hyperlinks to other worksheets when those worksheets might be renamed, or even rearranged in sequence? My current experience is that the Hyperlinks break when a target worksheet is renamed. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I like to use a worksheet function that will adjust if the worksheet name
changes. David McRitchie posted this and it might help you: =HYPERLINK("#"&CELL("address",C5),C5) =HYPERLINK("#"&CELL("address",sheetone!C5),sheeton e!C5) =HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5) These formulas will adjust if you change the sheet name or insert/delete rows/columns on the "sending" sheet. KIM W wrote: What can I do to handle Hyperlinks to other worksheets when those worksheets might be renamed, or even rearranged in sequence? My current experience is that the Hyperlinks break when a target worksheet is renamed. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Office 2003 program worksheet can't be renamed due to .xls add. | Excel Discussion (Misc queries) | |||
Worksheet fails to filter at times | Excel Worksheet Functions | |||
Hyperlink function fails when using variable row number | Excel Worksheet Functions | |||
Macro fails when worksheet protected | Excel Discussion (Misc queries) | |||
toolbar macros that dont change when worksheet is renamed | New Users to Excel |