Put Active Worksheet's Name in a Cell

  • Thread starter Thread starter coreymartin
  • Start date Start date
C

coreymartin

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.
 
While a little complicated...this should do it

=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top