C
Cue
In VBA:
Sheets("APRIL (2)").Name = Format(Date, "MMM")
The result is May. But I want May with upper case letters, MAY. How can I
achieve this?
Sheets("APRIL (2)").Name = Format(Date, "MMM")
The result is May. But I want May with upper case letters, MAY. How can I
achieve this?