Logo 
Search:

MS Office Forum

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds

calendar object

  Asked By: Gail    Date: Dec 19    Category: MS Office    Views: 603
  

I want to use a calendar object. Upon opening the form I want the
calendar to be set to the current month. It opens with November 2003.
Any ideas?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Luz Hayes     Answered On: Dec 19

In the form's initialize event have it set  the calendar  (Calendar1 in
this case) to the current  date:

Private Sub UserForm_Initialize()
Me.Calendar1.Value = Date
End Sub

 
Didn't find what you were looking for? Find more on calendar object Or get search suggestion and latest updates.




Tagged: