I have a Excel form with a calendar control on it. I have the following event:
Private Sub calFirstCalendar_NewMonth()
calFirstCalendar.Day = 1
End Sub
This event procudure is suppose to set the day property to 1 when the user changes the month. It works! But only the first time...