Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Karl Burrows
 
Posts: n/a
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  
Anthony Slater
 
Posts: n/a
Default

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  
DM Unseen
 
Posts: n/a
Default

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  
Karl Burrows
 
Posts: n/a
Default

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
sorting names alphabetically when names may start with numbers John Smith Excel Discussion (Misc queries) 3 May 11th 05 08:06 PM
Breaking the link T New Users to Excel 1 May 4th 05 10:37 PM
How to link Excel worksheet tab names to dates in each worksheet? Pat Excel Worksheet Functions 9 January 31st 05 07:51 AM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM
How can I find the common names in two columns of names? hako Excel Discussion (Misc queries) 2 December 8th 04 01:59 AM


All times are GMT +1. The time now is 01:20 AM.

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

About Us

"It's about Microsoft Excel"