View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B
 
Posts: n/a
Default Sheet name question

Adam, here is one way,

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

file must be saved first


--
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

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
is there a function that returns the name of the sheet it is on?