format extended month

User avatar
sal21
PlatinumLounger
Posts: 4364
Joined: 26 Apr 2010, 17:36

format extended month

Post by sal21 »

I have this record RS_AG(0).Value="03"
How to format to have the extend month name similar MARZO...
Tks.

User avatar
HansV
Administrator
Posts: 78574
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: format extended month

Post by HansV »

You can use the MonthName function:

RS_AG(0).Value=MonthName("03")
Best wishes,
Hans