MonthName « Date Functions « VBA / Excel / Access / Word






1.MonthName returns the text string associated with a month number:
2.MonthName(month) returns A String containing the name of the month represented by month
3.MonthName(Month(Date))
4.MonthName(Month(Date), True)