If you do not want this in the header/footer, then try inputting the
following in a cell:
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
But there is a slight issue with this - as you browse through every tab,
this does not update itself unless you actuall do something on that tab.
e.g. I have 12 sheets labelled jan, feb, mar, ..., dec.
i've got cell A1 that says "Report for jan", "Report for Feb" etc.. in all
the sheets
now if i'm looking at jan, its fine... but whne i go to feb, its still
showing jan until i actually do something like enter data on feb's sheet...
this updates feb correctly, but at the same time, changes all the A1 values
in all the sheets to feb as well....
I haven't tried printing all the sheets at one go to see if that works
alright.
Hope this helps somewhat! Perhaps a MVP can add something?!
problem is - when i browse to jan's sheet, it says jan correctly
but when i browse to feb's sheet, this also seems to say feb.
TW said:
I am trying to have the words on a tab print on the finished document - can
this be done?