herbertioz
Registered User.
- Local time
- Today, 03:21
- Joined
- Nov 6, 2009
- Messages
- 66
I have this code:
It prints out June, but I need it to print out May. How can I do that?
Code:
=UCase(MonthName(Month(Now())))
It prints out June, but I need it to print out May. How can I do that?