Is there anyway to put the currently active worksheet's name in a cell?
Not the filename of the whole workbook, just the currently selected
worksheet.
Thanks for your help.
uf_gator - 06 Jan 2006 19:08 GMT
While a little complicated...this should do it
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Bob Phillips - 06 Jan 2006 19:12 GMT
See http://www.xldynamic.com/source/xld.xlFAQ0002.html

Signature
HTH
RP
(remove nothere from the email address if mailing direct)
> Is there anyway to put the currently active worksheet's name in a cell?
> Not the filename of the whole workbook, just the currently selected
> worksheet.
>
> Thanks for your help.