View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
J.E. McGimpsey J.E. McGimpsey is offline
external usenet poster
 
Posts: 493
Default worksheetname in a cell

one way:

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

Note: The file needs to be saved for this to work.

In article ,
"worksheetname in a cell"
wrote:

How can I get the name of a worksheet in a cell of that worksheet?

Thank you