Retreiving TABNAME from within a spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I retrieve the TAB name from within a spreadsheet to insert into a cell?
 
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?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top