cell = tab

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

Guest

Is there a way in excel 2000 to make a cell automatically change based on the
worksheet name tab?

Thanks,
Steve
 
Steve,

Copy this and put it in the cell where you want the name

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

Note it will not work in a new workbook, untill it has been saved.

This help?
 

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