MonthName(month) returns A String containing the name of the month represented by month : MonthName « Date Functions « VBA / Excel / Access / Word






MonthName(month) returns A String containing the name of the month represented by month

 
Sub dateDemo9()
   Debug.Print MonthName(Month(Date))
End Sub

 








Related examples in the same category

1.MonthName returns the text string associated with a month number:
2.MonthName(Month(Date))
3.MonthName(Month(Date), True)