Function that Returns Worksheet Name

M

Moset

I could have sworn there was a function that returns the Worksheet name.
Similar to how NOW() returns the current date and time. Does it exist? What
is it?

I'm using Excell Professional 2003
 
B

Barb Reinhardt

=MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1))+1,LEN(CELL("filename",A1))-SEARCH("]",CELL("filename",A1)))

Have Fun!
 
Top