Allen browns Popup Calendar

T

Totte

Ned help with allen browns popup calendar http://allenbrowne.com/ser-51.html
I want to show monday as first weekday, and change color.
In allen website there is this instuction.
To show Monday as the first column in the calendar, change the line:
Private Const lngcFirstDayOfWeek = vbSunday
to:
Private Const lngcFirstDayOfWeek = vbMonday

To use a different color for Saturdays and Sundays, change the line:
Private Const lngcWeekendForeColor = 192&
to a different RGB value or color name, such as:
Private Const lngcWeekendForeColor = vbBlack

But i can´t find the line,
 
A

Allen Browne

Those options appear to have been lost last update.

I don't have time at the moment to program them again, so I have removed
those references from the webpage.

Thank you for bringing it it our attention.
 
Top