Re: Excel 2000 Header Date Format..
- From: JD <JD@xxxxxxxxxxxxxxx>
- Date: Thu, 29 Jan 2009 10:23:21 -0600
I set my Windows short date settings this way:
Control Panel, Regional and Language Options, Regional Options tab, Short date: 29-Jan-09
So even though it's set that way, Excel is going to replace the Jan with 01?
How do I run a macro?
Gord Dibben wrote:
Excel takes the header date from your Windows short date settings.
You cannot change that setting to the format you want to see.
You can run a macro to set the date as you wish.
Sub header_date()
ActiveSheet.PageSetup.RightHeader = Format(Date, "dd mmmm yyyy")
End Sub
Gord Dibben MS Excel MVP
On Thu, 29 Jan 2009 09:37:33 -0600, JD <JD@xxxxxxxxxxxxxxx> wrote:
I'm moving from MS Works to MS Office 2000.
In Excel, the date in the Header is all numbers, for example, today's date is 29-01-09 but I want it to show 29 January 2009.
I can't figure out what to change to get the proper date format. I do want the format as dd-mm-yyyy but I want the month to be January not 01.
I'm using Windows XP home edition SP3.
--
JD..
.
- References:
- Excel 2000 Header Date Format..
- From: JD
- Re: Excel 2000 Header Date Format..
- From: Gord Dibben
- Excel 2000 Header Date Format..
- Prev by Date: Re: Sort winners of a golf tournament two ways
- Next by Date: Re: Excel 2000 Header Date Format..
- Previous by thread: Re: Excel 2000 Header Date Format..
- Next by thread: Re: Excel 2000 Header Date Format..
- Index(es):
Relevant Pages
|