G Guest Feb 10, 2005 #1 Is it possible to display the date in a footer using the &[DATE] as a alphabetic month instead of a numerical value?
Is it possible to display the date in a footer using the &[DATE] as a alphabetic month instead of a numerical value?
J Jason Morin Feb 10, 2005 #2 Try: ActiveSheet.PageSetup.RightFooter = Format(Now, "mmmm") HTH Jason Atlanta, GA