Set default date on calendar control

S

Stephen Lloyd

I use the Microsoft Calendar Control 11.0 userform in a macro. The calendar
defaults the selected date to the date that the macro was created. What
property controls this? I'd like to set it to the current date.
 
T

theSquirrel

I use the Microsoft Calendar Control 11.0 userform in a macro.  The calendar
defaults the selected date to the date that the macro was created.  What
property controls this?  I'd like to set it to the current date.

the property you are looking for is 'Value', as I recall, you can set
it like this...
me.Calendar1.value = now

theSquirrel
 

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

Top