Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
can I automatically bring a tab's name into a worksheet?
Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,99)
Vaya con Dios, Chuck, CABGx3 "MP" wrote: can I automatically bring a tab's name into a worksheet? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. I appreciate your help!
"CLR" wrote: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,99) Vaya con Dios, Chuck, CABGx3 "MP" wrote: can I automatically bring a tab's name into a worksheet? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. I appreciate your help!
"CLR" wrote: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,99) Vaya con Dios, Chuck, CABGx3 "MP" wrote: can I automatically bring a tab's name into a worksheet? Thanks. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the workbook has been saved you can use this
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32) the reference to A1 does not mean anything in this case, you just need a cell address as a part of this function, any will do -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "It is a good thing to follow the first law of holes; if you are in one stop digging." Lord Healey "MP" wrote in message ... can I automatically bring a tab's name into a worksheet? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy data automatically onto a separate worksheet | Excel Discussion (Misc queries) | |||
Macro add worksheet to workbook automatically | Excel Discussion (Misc queries) | |||
Copying info entered on one worksheet automatically to another | Excel Discussion (Misc queries) | |||
Master worksheet automatically enters data into sub worksheets | Excel Discussion (Misc queries) | |||
A "Document Map" of worksheet tabs for Excel | Setting up and Configuration of Excel |