Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default hyperlink will not follow when worksheet changes name

Can anybody tell how I can change the name of a worksheet (Tab) within a
Excel workbook and have the hyperlink recognize the name change of the tab.
--
Andrew Jackson
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default hyperlink will not follow when worksheet changes name

I'd use the =hyperlink() worksheet function.

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)

Jackson wrote:

Can anybody tell how I can change the name of a worksheet (Tab) within a
Excel workbook and have the hyperlink recognize the name change of the tab.
--
Andrew Jackson


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default hyperlink will not follow when worksheet changes name

Say you have inserted in Sheet1 a hyperlink to Sheet2 cell Z100. If you
change the name of Sheet2, the hyperlink on Sheet1 will no longer work. The
name will not adjust.


There is an easy work-around. Select Z100 in Sheet2 and insert a Defined
Name. Say alpha. Go back to Sheet1 and insert a hyperlink, this time to
alpha. The hyperlink will work and will continue to work even if you change
the name of Sheet2.
--
Gary''s Student - gsnu200740


"Jackson" wrote:

Can anybody tell how I can change the name of a worksheet (Tab) within a
Excel workbook and have the hyperlink recognize the name change of the tab.
--
Andrew Jackson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default hyperlink will not follow when worksheet changes name

I have tried to place a defined name within the specific cell I want the
hyperlink to go to, but it still will not let me change the name of the
sheet. do you think it could be that the hyperlink references a cell within
the same worksheet. here the hyperlink formula, and cell A731 is what it
point to and I have given cell A731 a defined name any other suggestions.
=HYPERLINK("#'CC (1)'!A731","EBITA")
--
Andrew Jackson


"Gary''s Student" wrote:

Say you have inserted in Sheet1 a hyperlink to Sheet2 cell Z100. If you
change the name of Sheet2, the hyperlink on Sheet1 will no longer work. The
name will not adjust.


There is an easy work-around. Select Z100 in Sheet2 and insert a Defined
Name. Say alpha. Go back to Sheet1 and insert a hyperlink, this time to
alpha. The hyperlink will work and will continue to work even if you change
the name of Sheet2.
--
Gary''s Student - gsnu200740


"Jackson" wrote:

Can anybody tell how I can change the name of a worksheet (Tab) within a
Excel workbook and have the hyperlink recognize the name change of the tab.
--
Andrew Jackson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default hyperlink will not follow when worksheet changes name

Open a new, blank workbook

1. Go to Sheet2
2. Select Z100
3. Insert Name Define and enter alpha
4. Go to Sheet1
5. Select A1
6. enter:
=HYPERLINK("#alpha","Jackson")

If you click on this link you will goto Sheet2 Z100.
If you re-name Sheet2 to any other name, the hyperlink on Sheet1 will
continue to work.
--
Gary''s Student - gsnu200740


"Jackson" wrote:

I have tried to place a defined name within the specific cell I want the
hyperlink to go to, but it still will not let me change the name of the
sheet. do you think it could be that the hyperlink references a cell within
the same worksheet. here the hyperlink formula, and cell A731 is what it
point to and I have given cell A731 a defined name any other suggestions.
=HYPERLINK("#'CC (1)'!A731","EBITA")
--
Andrew Jackson


"Gary''s Student" wrote:

Say you have inserted in Sheet1 a hyperlink to Sheet2 cell Z100. If you
change the name of Sheet2, the hyperlink on Sheet1 will no longer work. The
name will not adjust.


There is an easy work-around. Select Z100 in Sheet2 and insert a Defined
Name. Say alpha. Go back to Sheet1 and insert a hyperlink, this time to
alpha. The hyperlink will work and will continue to work even if you change
the name of Sheet2.
--
Gary''s Student - gsnu200740


"Jackson" wrote:

Can anybody tell how I can change the name of a worksheet (Tab) within a
Excel workbook and have the hyperlink recognize the name change of the tab.
--
Andrew Jackson

Reply
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
Getting a hyperlink to follow a sort Andybanker Excel Discussion (Misc queries) 7 June 26th 06 07:39 PM
follow hyperlink? JethroUK© New Users to Excel 0 April 5th 06 09:55 PM
follow hyperlink? JethroUK© Excel Worksheet Functions 0 April 5th 06 09:55 PM
How do I follow a hyperlink by just pressing "enter"? Bob Small Excel Discussion (Misc queries) 1 April 5th 05 02:54 PM
Excel Hyperlink: Is there an easier way to follow then double-cli. Bob Small Excel Discussion (Misc queries) 1 December 9th 04 11:24 PM


All times are GMT +1. The time now is 05:06 PM.

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"