PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
How do I change the default header date format in Excel 2007?
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
How do I change the default header date format in Excel 2007?
![]() |
How do I change the default header date format in Excel 2007? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Co-worker wants to use Long Date format in header or footer, but it always
displays as short. Older versions of Excel there was a format button. I have also tried to change the default Date using Control Panel regional & language setting..... Thanks Keith |
|
|
|
#2 |
|
Guest
Posts: n/a
|
The options for date format in header/footer is limited to short date
settings in Regional and Language settings. No difference with older versions..........no format button that I ever heard of. To enter a custom formatted date in a header or footer you will need VBA. ActiveSheet.PageSetup.RightFooter = Format(Date, "mmmm dd, yyyy") Gord Dibben MS Excel MVP On Wed, 10 Jun 2009 13:06:01 -0700, Jazzman721 <Jazzman721@discussions.microsoft.com> wrote: >Co-worker wants to use Long Date format in header or footer, but it always >displays as short. Older versions of Excel there was a format button. I have >also tried to change the default Date using Control Panel regional & language >setting..... >Thanks >Keith |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Gord
Thanks for your help....VBA did the trick Thanks Keith "Gord Dibben" wrote: > The options for date format in header/footer is limited to short date > settings in Regional and Language settings. > > No difference with older versions..........no format button that I ever > heard of. > > To enter a custom formatted date in a header or footer you will need VBA. > > ActiveSheet.PageSetup.RightFooter = Format(Date, "mmmm dd, yyyy") > > > Gord Dibben MS Excel MVP > > On Wed, 10 Jun 2009 13:06:01 -0700, Jazzman721 > <Jazzman721@discussions.microsoft.com> wrote: > > >Co-worker wants to use Long Date format in header or footer, but it always > >displays as short. Older versions of Excel there was a format button. I have > >also tried to change the default Date using Control Panel regional & language > >setting..... > >Thanks > >Keith > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Thanks for the feedback.
Gord On Fri, 12 Jun 2009 11:51:01 -0700, Jazzman721 <Jazzman721@discussions.microsoft.com> wrote: >Gord >Thanks for your help....VBA did the trick >Thanks >Keith > >"Gord Dibben" wrote: > >> The options for date format in header/footer is limited to short date >> settings in Regional and Language settings. >> >> No difference with older versions..........no format button that I ever >> heard of. >> >> To enter a custom formatted date in a header or footer you will need VBA. >> >> ActiveSheet.PageSetup.RightFooter = Format(Date, "mmmm dd, yyyy") >> >> >> Gord Dibben MS Excel MVP >> >> On Wed, 10 Jun 2009 13:06:01 -0700, Jazzman721 >> <Jazzman721@discussions.microsoft.com> wrote: >> >> >Co-worker wants to use Long Date format in header or footer, but it always >> >displays as short. Older versions of Excel there was a format button. I have >> >also tried to change the default Date using Control Panel regional & language >> >setting..... >> >Thanks >> >Keith >> >> |
|
![]() |
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

