Showing the tab name by formula in a specified cell?

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

Guest

Is this possible? If so - how? I know it can be done easily as part of
header/footer, but I'd like to do it in the spreadsheet itself (in a specifed
cell).

Thanks
 
Try this link for help.

http://www.xldynamic.com/source/xld.xlFAQ0002.html
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Is this possible? If so - how? I know it can be done easily as part of
header/footer, but I'd like to do it in the spreadsheet itself (in a
specifed
cell).

Thanks
 
It cannot be done with existing functions but here is a VBA function
Function Mysheet()
Application.Volatile
Mysheet = ActiveSheet.Name
End Function
 

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