Thread: Worksheet name
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rml rml is offline
external usenet poster
 
Posts: 50
Default Worksheet name

Paul B...I compile one formula from the forum and it goes like this...
=MID(CELL("filename",A2),FIND("]",CELL("filename",A2))+1,LEN(CELL("filename",A 2))-FIND("]",CELL("filename",A2)))

what is the difference....i dont understand....pls. explain....

"Paul B" wrote:

Elaine, try this,
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)



File MUST be saved for this to work
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003


"Elaine" wrote in message
...
Hi guys

is there a way to use the worksheet name as the contents of a cell?
As in, I would like my A1 cell to contain the name of the current Sheet,
is that possible, I've tried searching but no luck.

Many thanks!!

Elaine