Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i link the names of tabs in a workbook to a summary page? | Excel Discussion (Misc queries) | |||
Format column to link file names in that column | Excel Discussion (Misc queries) | |||
How do I link 'tab names' to a cell in Excell spreadsheets | Excel Worksheet Functions | |||
Way to Link Tab Names | Excel Discussion (Misc queries) | |||
How to link Excel worksheet tab names to dates in each worksheet? | Excel Worksheet Functions |