M Mitt1 Registered User. Local time Today, 12:17 Joined Apr 20, 2016 Messages 19 Jan 30, 2017 #1 Is there a way to display the current month using the MonthName fucntion instead of typing in the number.
Is there a way to display the current month using the MonthName fucntion instead of typing in the number.
MarkK bit cruncher Local time Today, 12:17 Joined Mar 17, 2004 Messages 8,571 Jan 30, 2017 #2 Yes, you could print the name of the month of the current date using code like... Code: Debug.Print MonthName(Month(Date()))
Yes, you could print the name of the month of the current date using code like... Code: Debug.Print MonthName(Month(Date()))
Ranman256 Well-known member Local time Today, 15:17 Joined Apr 9, 2015 Messages 4,348 Jan 30, 2017 #3 format([dateField],"mmm") or format([dateField],"mmmm")