Hi,
Is there an intristic VB function that will return the name of the month (January to December)?
Printable View
Hi,
Is there an intristic VB function that will return the name of the month (January to December)?
I remember something called MonthName()
Have you tried it?
You're right, thanks.
VB Code:
MsgBox MonthName(Month(Now))