How do I format the date in a footer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to display the date in a footer using the &[DATE] as a
alphabetic month instead of a numerical value?
 
Try:

ActiveSheet.PageSetup.RightFooter = Format(Now, "mmmm")

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top