G Guest Feb 9, 2007 #1 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?
J Jason Lepack Feb 9, 2007 #2 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? Click to expand... In the form_load event put calendarname.today. Cheers, Jason
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? Click to expand... In the form_load event put calendarname.today. Cheers, Jason
G Guest Feb 9, 2007 #3 Thank you VERY much. worked perfectly. Ed Jason Lepack said: In the form_load event put calendarname.today. Cheers, Jason Click to expand...
Thank you VERY much. worked perfectly. Ed Jason Lepack said: In the form_load event put calendarname.today. Cheers, Jason Click to expand...
J Jason Lepack Feb 9, 2007 #4 Thank you VERY much. worked perfectly. Ed - Show quoted text - Click to expand... Thanks for the feedback.
Thank you VERY much. worked perfectly. Ed - Show quoted text - Click to expand... Thanks for the feedback.
H hanus Mar 31, 2009 #6 CEL504 said: I am trying to do this and just can't get it to work, help please. Click to expand...