Thread
:
Calendar question?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mekinnik
external usenet poster
Posts: 159
Calendar question?
I do I get the calendar to start on what the current date is? Here is the
code I use currently.
Private Sub Calendar1_Click()
FrmProduct.TxtDate.Value = Calendar1.Value
Unload Me
FrmProduct.BtnAdd.SetFocus
End Sub
Reply With Quote
Mekinnik
View Public Profile
Find all posts by Mekinnik