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?
form to todays date when the form is opened?
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?
Jason Lepack said:In the form_load event put calendarname.today.
Cheers,
Jason
Thank you VERY much. worked perfectly.
Ed
- Show quoted text -
CEL504 said:I am trying to do this and just can't get it to work, help please.