Text in an excel cell

B

Buzzband

how do I enter text in a cell in an excel worksheet to match the name of the
active worksheet?
 
J

Jason Morin

Try:

=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND
("]",CELL("filename",A1)))

Note: wb must already be saved to work.

HTH
Jason
Atlanta, GA
 
Top