LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default how do I display footer while working?It is hidden until I pri

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
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
Code not working within hidden column range RobN[_2_] Excel Discussion (Misc queries) 1 March 24th 08 09:54 AM
My header and footer show in print preview but don't print. Nancy Excel Discussion (Misc queries) 1 January 25th 07 09:59 PM
How do I view the header/footer when working on a worksheet june Excel Discussion (Misc queries) 2 September 22nd 06 06:48 PM
I need my Hidden Rows to stay hidden when I print the sheet. Rosaliewoo Excel Discussion (Misc queries) 2 July 20th 06 07:51 PM
Print Footer with Last Print Date field name Ted Excel Discussion (Misc queries) 1 December 23rd 04 02:46 PM


All times are GMT +1. The time now is 04:12 PM.

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"