Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Formatting &[Date] in header Excel 2000

How can I change the default date format (8/18/2004) in the header/footer to
a different date format (18-Sep-04)?

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 227
Default Formatting &[Date] in header Excel 2000

Hi Harley
To use code....

ActiveSheet.PageSetup.LeftFooter = Format(Date, "dd mmm yy")

Place the code in the "BeforePrint" event of the "ThisWorkbook" module of
the relevant workbook if you want it to execute each time a sheet is
printed,

--
XL2002
Regards

William



"Harley Cooper" wrote in message
...
| How can I change the default date format (8/18/2004) in the header/footer
to
| a different date format (18-Sep-04)?
|
| 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
Why does Excel 2000 crash when formatting a cell to Date? J.Vey Excel Discussion (Misc queries) 2 September 22nd 06 07:58 PM
How can I include bmp file in excel 2000 header? siv Excel Worksheet Functions 1 November 4th 05 02:58 PM
Formatting Date in Header & Footer Eliza Excel Discussion (Misc queries) 1 March 15th 05 09:17 PM
In Excel 2000, can I print the header on the first page only? gwh Excel Worksheet Functions 1 January 14th 05 09:56 PM
Date Button in Header (Excel 2000) Jim Excel Discussion (Misc queries) 1 December 11th 04 04:47 PM


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