View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default Inserting sheet name into a cell

Will, this should do it

=MID(CELL("filename",A2),FIND("]",CELL("filename",A2))+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 2000 & 2003


"William Francis" wrote in
message ...
Hi Folks,

Can anyone please let me know if it is possible for a sheet name to be
inserted into a cell, and for the value to be updated if the sheet name is
updated?

Thanks in advance,
Will