Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Way to Link Tab Names

I checked this out a few years ago, but thought I might post for an updated
answer. I have a few workbooks linked together and would like to know if
there is a way to create an absolute reference between linked tabs
regardless of the name of the tab. As new projects are started, tabs get
renamed, so we have to have all the workbooks open at once to keep the links
active. Maybe there is a way to name the tab to a linked cell, so as a
workbook is opened, it looks at the linked cell name for the tab name first
to keep the links active? It would also have to work around tabs getting
relocated, so references to Sheet1, Sheet2, would probably not work, which
is why I thought a cell reference would work around that issue.

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
external usenet poster
 
Posts: 2
Default Way to Link Tab Names

If you mean having the sheet tab's name in a particular cell then you can you
use this in cell B1 for example: -

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,
LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1)))

By the way, your workbook has to be saved for this to work

"Karl Burrows" wrote:

I checked this out a few years ago, but thought I might post for an updated
answer. I have a few workbooks linked together and would like to know if
there is a way to create an absolute reference between linked tabs
regardless of the name of the tab. As new projects are started, tabs get
renamed, so we have to have all the workbooks open at once to keep the links
active. Maybe there is a way to name the tab to a linked cell, so as a
workbook is opened, it looks at the linked cell name for the tab name first
to keep the links active? It would also have to work around tabs getting
relocated, so references to Sheet1, Sheet2, would probably not work, which
is why I thought a cell reference would work around that issue.

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 233
Default Way to Link Tab Names

Repost!

Use Workbook Named ranges, since they are independent of the worksheet.
they can be accesd externally

Use a custom INDIRECT function that allows external references:

VBA
version:http://groups-beta.google.com/group/...3f710fa81f755b

XLL version: http://xcell05.free.fr/

DM Unseen

  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Way to Link Tab Names

Not really close. I don't just need the name of the file or tab. I need
the absolute reference between the two to remain even if tabs get renamed.
That posting talks about extracting values of linked files, which is great,
but I need to take it a step further in case a tab is renamed and the linked
sheet is not open to keep the link active until the tab in it can be
renamed.

Thanks!

"DM Unseen" wrote in message
oups.com...
Repost!

Use Workbook Named ranges, since they are independent of the worksheet.
they can be accesd externally

Use a custom INDIRECT function that allows external references:

VBA
version:http://groups-beta.google.com/group/...3f710fa81f755b

XLL version: http://xcell05.free.fr/

DM Unseen


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
how do i link the names of tabs in a workbook to a summary page? Andrea O Excel Discussion (Misc queries) 1 February 19th 10 05:53 PM
Format column to link file names in that column desiaashik Excel Discussion (Misc queries) 2 March 29th 09 05:11 PM
How do I link 'tab names' to a cell in Excell spreadsheets Kathy H. H. Excel Worksheet Functions 3 February 9th 06 08:12 PM
Way to Link Tab Names Karl Burrows Excel Discussion (Misc queries) 3 June 22nd 05 06:56 PM
How to link Excel worksheet tab names to dates in each worksheet? Pat Excel Worksheet Functions 9 January 31st 05 07:51 AM


All times are GMT +1. The time now is 03:37 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"