Opening calendar form with today's month & year

P

pkeegs

I am using a calendar form which opens on todays date. But is there any way
that I can have it so it opens on today's date, month and year as default?
 
C

Carim

Hi,

I am assuming you are using the Calendar object ...
Calendar1.Value = Date

HTH
Carim
 
P

pkeegs

Yes, but it doesn't show the current month or year unless they have first
been set in the properties box. Or am I missing something else?
 
Top