MSCAL.Calendar.7

Hunter J.

Registered User.
Local time
Yesterday, 18:56
Joined
Feb 1, 2004
Messages
24
How do I get a calendar in a form to show the current date instead of the date that it was installed into the form? I have tried place "now" in the value box in properties but it doesn't highlite the current date on the calendar?

Thanks for any help.
Hunter J.
 
Code:
Private Sub Form_Load()
    
    Me.ActiveXCtl0.Value = Date

End Sub
 

Users who are viewing this thread

Back
Top Bottom