Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Victor
 
Posts: n/a
Default How do I get a footnote to give the date Monday, 4 July 2005

I would like to get Excel to give the date at the bottom of the page for
example Monday 4, July 2005 and the next day that I print it out it would be
the 5th and so on.



Victor William Floyd
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Try View--Header and Footer. Choose Custom Footer. Click in left, center,
or right, and then hit the Date button. It'll show &[Date]
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Victor" wrote in message
...
I would like to get Excel to give the date at the bottom of the page for
example Monday 4, July 2005 and the next day that I print it out it would

be
the 5th and so on.



Victor William Floyd



  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you really want that format, you'll need a macro to change it.

Rightclick on the excel icon (to the left of the File option on the worksheet
menu bar).

Select view code and paste this code into the code window.

Option Explicit
Private Sub Workbook_BeforePrint(Cancel As Boolean)
Worksheets("Sheet1").PageSetup.LeftFooter _
= Format(Date, "dddd d, mmmm yyyy")
End Sub

Change the name of the sheet (and I used .leftfooter, too).



Victor wrote:

I would like to get Excel to give the date at the bottom of the page for
example Monday 4, July 2005 and the next day that I print it out it would be
the 5th and so on.

Victor William Floyd


--

Dave Peterson
  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

ps.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Victor wrote:

I would like to get Excel to give the date at the bottom of the page for
example Monday 4, July 2005 and the next day that I print it out it would be
the 5th and so on.

Victor William Floyd


--

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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
Microsoft Excel : How can we get the date of the Monday of Week 44 of Year 2005? datt350 Excel Worksheet Functions 1 June 9th 05 01:04 PM
Recurring annual events using a specific date as a trigger date Bamboozled Excel Worksheet Functions 1 June 6th 05 01:44 PM
Date Math Problem Dkline Excel Worksheet Functions 4 March 4th 05 04:11 PM
Date formula Robyn Bellanger Excel Discussion (Misc queries) 2 December 16th 04 12:41 AM


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