How to set the default date of a calendar control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top