How to set the default date of a calendar control

E

Ed Crawford

How do I set the default date of a calendar control (MSCAL.Calendar.7) on a
form to todays date when the form is opened?
 
J

Jason Lepack

How do I set the default date of a calendar control (MSCAL.Calendar.7) on a
form to todays date when the form is opened?

In the form_load event put calendarname.today.

Cheers,
Jason
 
Top