Linking tab names to a cell in the sheet

R

RagDyer

This will work *only* if the file has been *saved*:

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