Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell or cells that are goign to be named the
same as the sheet name is . Is it possible to link thm together?? Or do i need to macro that? I wanted to have a cell in there that if the sheet name needed to be changed.the cell to change too. that cell is refernced in a code. thanks!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
no code required :-) Try For the sheet name: =RIGHT(CELL("filename",A1),LEN(CELL("filename",A1) )-FIND("]",CELL("file name",A1),1)) File path and file name: =CELL("filename",A1) File path only =LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1),1)-1) File name only =MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CEL L("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1) -- Regards Frank Kabel Frankfurt, Germany mike wrote: I have a cell or cells that are goign to be named the same as the sheet name is . Is it possible to link thm together?? Or do i need to macro that? I wanted to have a cell in there that if the sheet name needed to be changed.the cell to change too. that cell is refernced in a code. thanks!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thank you
-----Original Message----- Hi no code required :-) Try For the sheet name: =RIGHT(CELL("filename",A1),LEN(CELL("filename",A1 ))-FIND ("]",CELL("file name",A1),1)) File path and file name: =CELL("filename",A1) File path only =LEFT(CELL("filename",A1),FIND("[",CELL ("filename",A1),1)-1) File name only =MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1) +1,FIND("]",CEL L("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1) -- Regards Frank Kabel Frankfurt, Germany mike wrote: I have a cell or cells that are goign to be named the same as the sheet name is . Is it possible to link thm together?? Or do i need to macro that? I wanted to have a cell in there that if the sheet name needed to be changed.the cell to change too. that cell is refernced in a code. thanks!! . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Link a textbox on a sheet to a cell?! | Excel Discussion (Misc queries) | |||
Link a sheet name to a cell | Excel Discussion (Misc queries) | |||
Cell External Link in a sheet | Excel Discussion (Misc queries) | |||
Can I link the name of a sheet to a cell within the same sheet? | Excel Discussion (Misc queries) | |||
link cell from one sheet to another within the same workbook | Excel Discussion (Misc queries) |