Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steven
 
Posts: n/a
Default Greybar at the bottom of the page

I would like to put a grey bar with a height of 6 to print at the bottom of
each page where it works automatically like when you select lines to repeat
at the top...except I want to repeat at the bottom. I looked in the footer
section but I did not see anything there. Is there a way to do this?

Also, can you format dates in the footer like you can in a spreadsheet. I
want for example "WEDNESDAY FEBRUARY 2, 2005".


Thank you,

Steven
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

xl2002 was the first version to allow you to add a picture to the footer.

And if you use code, you can change the format.

Kind of like:

Option Explicit
Sub testme01()

With Worksheets("sheet1").PageSetup
.LeftHeader = UCase(Format(Date, "dddd mmmm d, yyyy"))
End With

End Sub



Steven wrote:

I would like to put a grey bar with a height of 6 to print at the bottom of
each page where it works automatically like when you select lines to repeat
at the top...except I want to repeat at the bottom. I looked in the footer
section but I did not see anything there. Is there a way to do this?

Also, can you format dates in the footer like you can in a spreadsheet. I
want for example "WEDNESDAY FEBRUARY 2, 2005".

Thank you,

Steven


--

Dave Peterson
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
Getting rid of 2nd Page on Print. Shadyhosta New Users to Excel 3 December 30th 04 01:36 PM
Hidden page bracks in Excel should be deactivated Tonywww Excel Discussion (Misc queries) 0 December 21st 04 07:21 PM
excel 2003 page numbering art Excel Worksheet Functions 3 December 8th 04 11:49 PM
How do I freeze or lock cells to show up on each page without typ. [email protected] Excel Discussion (Misc queries) 1 December 7th 04 06:22 AM
how to print a row on the bottom of every page Punx Excel Discussion (Misc queries) 1 November 29th 04 05:20 PM


All times are GMT +1. The time now is 06:13 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"