ucase month and day

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

ucase month and day

Post by sal21 »

I cannot intercept in wich part o f code i can use the UCASE for months and days in grid...
Where is?
You do not have the required permissions to view the files attached to this post.

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

Re: ucase month and day

Post by HansV »

I will take a look later today
Best wishes,
Hans

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

Re: ucase month and day

Post by HansV »

In the procedure CalendarFlexShow, change all instances of MonthName(...) to UCase(MonthName(...))

In the procedure CalendarFlexMonth, change all instances of Format(mvarDate, "ddd") to UCase(Format(mvarDate, "ddd"))
Best wishes,
Hans

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

Re: ucase month and day

Post by sal21 »

HansV wrote:
13 Jul 2020, 19:02
In the procedure CalendarFlexShow, change all instances of MonthName(...) to UCase(MonthName(...))

In the procedure CalendarFlexMonth, change all instances of Format(mvarDate, "ddd") to UCase(Format(mvarDate, "ddd"))
:fanfare: :fanfare: :fanfare: :fanfare: