Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to find out how to place the name of the current tab or active tab in
a cell How do i do this. It is easy to do in a Header of Footer but i want to be able to do it in a cell. Thanks!!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jacob,
Try the following formula =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,33) The file must have been saved for this to work. It won't work if the file has never been saved. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "jacob" wrote in message ... I need to find out how to place the name of the current tab or active tab in a cell How do i do this. It is easy to do in a Header of Footer but i want to be able to do it in a cell. Thanks!!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1) )-FIND("]",CELL("filename",A1)))
you need to have saved the file at least once before it will work. "jacob" wrote: I need to find out how to place the name of the current tab or active tab in a cell How do i do this. It is easy to do in a Header of Footer but i want to be able to do it in a cell. Thanks!!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks guys!!!!!!!!!!!!!!!!!!11
"Sloth" wrote: =RIGHT(CELL("filename",A1),LEN(CELL("filename",A1) )-FIND("]",CELL("filename",A1))) you need to have saved the file at least once before it will work. "jacob" wrote: I need to find out how to place the name of the current tab or active tab in a cell How do i do this. It is easy to do in a Header of Footer but i want to be able to do it in a cell. Thanks!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change case...help please | Excel Worksheet Functions | |||
Macro for changing text to Proper Case | Excel Worksheet Functions | |||
Opening a file with code without a set file name | Excel Discussion (Misc queries) | |||
Macro to simply bring up the Find dialogue box?? | Excel Discussion (Misc queries) | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions |