Retreiving TABNAME from within a spreadsheet

B

Bob Harike

How do I retrieve the TAB name from within a spreadsheet to insert into a cell?
 
P

Peo Sjoblom

Workbook needs to be saved

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


Regards,

Peo Sjoblom

Bob Harike said:
How do I retrieve the TAB name from within a spreadsheet to insert into a
cell?
 
B

Bob Harike

Just right .. Thanks.

Peo Sjoblom said:
Workbook needs to be saved

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


Regards,

Peo Sjoblom

Bob Harike said:
How do I retrieve the TAB name from within a spreadsheet to insert into a
cell?
 
Top