ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   change date function format in footer (https://www.excelbanter.com/excel-worksheet-functions/9846-change-date-function-format-footer.html)

Tori

change date function format in footer
 
I would like to change the automatic date function in my footer to ie.
January 25, 2005 instead of 01/25/05??

Gord Dibben

Tori

Excel uses the settings from Short Date in Regional and Language Options as
the basis for the footer date format.

You can change it slightly in the Regional Options, but can't set it to
January 25, 2005

A macro will suffice if you want to go that route.

Sub DateInFooter()
ActiveSheet.PageSetup.RightFooter = Format(Now, "mmmm dd, yyyy")
End Sub


Gord Dibben Excel MVP

On Tue, 25 Jan 2005 10:01:03 -0800, "Tori"
wrote:

I would like to change the automatic date function in my footer to ie.
January 25, 2005 instead of 01/25/05??




All times are GMT +1. The time now is 08:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com