G
Gord Dibben
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
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