JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
An Internet search turned up this expression for obtaining the name of the active sheet.
It seems to work, but is there really nothing simpler and more straightforward?
Code:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
It seems to work, but is there really nothing simpler and more straightforward?