Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I wan't to get the name of the Excel - sheet in a cell, for example: If i call the sheet "2006" i want just 2006 to be in cell A1. Are there anyone who now how i shall do??? Regards. Gunnar K |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,100)
"Gunnar From Sweden" wrote: Hi I wan't to get the name of the Excel - sheet in a cell, for example: If i call the sheet "2006" i want just 2006 to be in cell A1. Are there anyone who now how i shall do??? Regards. Gunnar K |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This only works on previously saved workbooks.......
=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99) Vaya con Dios, Chuck, CABGx3 "Gunnar From Sweden" wrote: Hi I wan't to get the name of the Excel - sheet in a cell, for example: If i call the sheet "2006" i want just 2006 to be in cell A1. Are there anyone who now how i shall do??? Regards. Gunnar K |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() -- Keep the Hope "Gunnar From Sweden" wrote: Hi I wan't to get the name of the Excel - sheet in a cell, for example: If i call the sheet "2006" i want just 2006 to be in cell A1. Are there anyone who now how i shall do??? Regards. Gunnar K |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
In Excel, how do you make one whole sheet equal to another. | Excel Discussion (Misc queries) | |||
Protecting sheet disables import of extetrnal data in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel - automatic information from one sheet to another?? | Excel Discussion (Misc queries) | |||
EXCEL FORMAT PROBLEM WHEN SENDING EXCEL SHEET AS MESSAGE BODY IN . | Excel Discussion (Misc queries) |