Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In my footer, I've put &[Date] and it appears correctly as 4/29/07 for
today. How can I make it appear as "April 29, 2007"? I can't figure out the place to change this format. Thanks for any information. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
jayray
Excel uses the Windows short date formatting for the footer date. You can make some limited changes in Windows Regional Settings to your short date format. Not sure you can get April 29, 2007 format but give it a try. Alternate solution...........use a macro. Sub PathInFooter() ActiveSheet.PageSetup.RightFooter = Format(Now, "mmmm dd, yyyy") End Sub Gord Dibben MS Excel MVP On 29 Apr 2007 15:04:12 -0700, jayray wrote: In my footer, I've put &[Date] and it appears correctly as 4/29/07 for today. How can I make it appear as "April 29, 2007"? I can't figure out the place to change this format. Thanks for any information. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting Footer | Excel Discussion (Misc queries) | |||
Formatting footer in VBA code | Excel Discussion (Misc queries) | |||
Formatting Date in Header & Footer | Excel Discussion (Misc queries) | |||
How can I get yesterdays date in a custom footer &[DATE]-1 does . | Charts and Charting in Excel | |||
Formatting Header and/or Footer Dates | Excel Programming |