Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
FemOkie
 
Posts: n/a
Default date as "mmm dd, yyyy" in the header in excel

I want to format the date in the header of my worksheet as "mmm dd, yyyy"
Thanks
  #2   Report Post  
David McRitchie
 
Posts: n/a
Default

See http://www.mvps.org/dmcritchie/excel/pathname.htm

Since this is not a programming group:
File, Page setup, header/footer, date icon to left of clock
but that produces your short date from your Regional Setting
in the control panel.

I have Excel 2000, I don't know about later versions but
you would need a macro to format date as you want.
ActiveSheet.PageSetup.RightHeader = Format(now(),"mmm dd, yyyy")
If you also want to spell out the day of the week also include ddd or dddd

Some examples under
Using Workbook_BeforePrint to automate printing of heading/footing (#beforeprint)
at http://www.mvps.org/dmcritchie/excel...me#beforeprint
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"FemOkie" wrote in message ...
I want to format the date in the header of my worksheet as "mmm dd, yyyy"
Thanks



  #3   Report Post  
retman
 
Posts: n/a
Default

Go to "Format Cells" by clicking Ctrl+1.
Then choose on tab "Number": "Custom". Now you can type your format in
"Type": "mmm dd, yyyy". By entering a date (like '01-03-05') it will appear
like "Mar 01, 2005".
Retman

"FemOkie" wrote:

I want to format the date in the header of my worksheet as "mmm dd, yyyy"
Thanks

  #4   Report Post  
Mohamed Shafiee
 
Posts: n/a
Default

Hi,

You can't change the date formate in the header of your worksheet.
Try using a row at the top of your sheet. To do this click File - Page
Setup - Sheet - Rows to repeat on top, and select the row to repeat.

Shafiee.


"FemOkie" wrote in message
...
I want to format the date in the header of my worksheet as "mmm dd, yyyy"
Thanks



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
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
How do I enter a date before 1900 in excel? woodrat Excel Worksheet Functions 3 January 14th 05 02:39 PM
Excel 2002 date formulas problem Andrew Warren Excel Worksheet Functions 4 January 6th 05 11:35 AM
Auto date changing in Excel is maddening brhicks Charts and Charting in Excel 3 December 16th 04 02:54 PM
Default header in Excel under page set-up Melanie Excel Discussion (Misc queries) 2 December 15th 04 01:37 AM


All times are GMT +1. The time now is 06:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"