Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TW
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

I am trying to have the words on a tab print on the finished document - can
this be done?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Tom Ogilvy
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

In xl2003 for sure and I would suspect in xl2002 at least, that is an option
under a custom header or footer under View =Header and Footer.

--
Regards,
Tom Ogilvy


"TW" wrote:

I am trying to have the words on a tab print on the finished document - can
this be done?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

Where would you like the Tab name to be printed?

As a header/footer? In a cell? On every printed page?


Gord Dibben MS Excel MVP

On Wed, 15 Mar 2006 11:30:05 -0800, TW wrote:

I am trying to have the words on a tab print on the finished document - can
this be done?


  #4   Report Post  
Posted to microsoft.public.excel.misc
piyush1982
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

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" wrote:

I am trying to have the words on a tab print on the finished document - can
this be done?

  #5   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

I think the original poster wanted the solution that Tom Ogilvy gave
for the title on the page. it will print on each page and was certainly
available back in Excel 95.

As for the use of the CELL formula with filename it fails because
you did not provide a reference cell. See
http://www.mvps.org/dmcritchie/excel/pathname.htm
and a formula that will provide the sheet tab name is
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"piyush1982" wrote in message ...
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" wrote:

I am trying to have the words on a tab print on the finished document - can
this be done?





  #6   Report Post  
Posted to microsoft.public.excel.misc
piyush1982
 
Posts: n/a
Default How do I print the name of a tab on an Excel document?

Thanks - that's helped me fix one of the quirkier things that have been
annoying me in recent times.



"David McRitchie" wrote:

I think the original poster wanted the solution that Tom Ogilvy gave
for the title on the page. it will print on each page and was certainly
available back in Excel 95.

As for the use of the CELL formula with filename it fails because
you did not provide a reference cell. See
http://www.mvps.org/dmcritchie/excel/pathname.htm
and a formula that will provide the sheet tab name is
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"piyush1982" wrote in message ...
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" wrote:

I am trying to have the words on a tab print on the finished document - can
this be done?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I print on the front and back of a page in excel? Jonathan Cooper Excel Discussion (Misc queries) 0 September 29th 05 02:28 PM
Excel 2003 Print Issue TheRobsterUK Excel Discussion (Misc queries) 2 September 26th 05 04:59 PM
Every second time i open Excel, it displays the document recovery pane Paliente Excel Discussion (Misc queries) 3 September 14th 05 01:53 PM
print view & print, in excel, different size cells buddyorliz Excel Discussion (Misc queries) 3 September 1st 05 01:20 PM
existing excel file when clicked opens blank excel document snows_24 Excel Discussion (Misc queries) 1 May 21st 05 07:15 PM


All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"