Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So I should have posted "In Excel versions earlier than 2007"
Thanks Bob Gord On Sun, 21 Dec 2008 14:07:01 -0800, Bob Umlas, Excel MVP wrote: Maybe it's time to upgrade to Excel 2007 - you can see it there in the new Page Layout view Bob Umlas Excel MVP "Gord Dibben" wrote: Excel does not have this functionality. You could flip between print preview and your sheet or use a cell range for the footer then before print use VBA to add that range as the footer. Example...................... Sub Cell_as_Footer() With ActiveSheet.PageSetup .LeftFooter = "&""Algerian,Regular""&14" & Range("A1") End With End Sub Gord Dibben MS Excel MVP On Sun, 21 Dec 2008 11:26:00 -0800, Displaying Footers <Displaying wrote: Right now the footer I made is hidden until I print. I'd like to be able to see it while I'm working. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code not working within hidden column range | Excel Discussion (Misc queries) | |||
My header and footer show in print preview but don't print. | Excel Discussion (Misc queries) | |||
How do I view the header/footer when working on a worksheet | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Print Footer with Last Print Date field name | Excel Discussion (Misc queries) |