Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can effect some small changes in Regional and Language Settings in Control
Panel. Change the short date format. For major changes you would need VBA code. Sub date_footer() ActiveSheet.PageSetup.RightFooter = Format(Now, "yyyy-mmm-dd hh:mm:ss") End Sub Gord Dibben MS Excel MVP On Mon, 7 Jan 2008 12:10:02 -0800, xanderkim wrote: |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The format is taken from your Regional Setting (found in Windows Control
Panel) To override, use a macro such as Sub MakeDate() ActiveSheet.PageSetup.LeftFooter = Format(Date, "dd-mmm-yy") End Sub best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "xanderkim" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can we change the format for pre set footers like date, time etc. | Excel Discussion (Misc queries) | |||
Use date modified to change format & create filter to track change | Excel Worksheet Functions | |||
Can I change a date with no format (20051111) to date format? | New Users to Excel | |||
Change general format to US date format | Excel Discussion (Misc queries) | |||
how do I format cells to change date and time to just date | Excel Discussion (Misc queries) |