Thread
:
2nd Post - Cannot select day on Calendar if ValueIsNull is True
View Single Post
#
2
Posted to microsoft.public.excel.programming
ste
external usenet poster
Posts: 18
2nd Post - Cannot select day on Calendar if ValueIsNull is True
Hi sivadd,
why dont you set the value by code?
Private Sub UserForm_Initialize()
Calendar1.Value = Now
End Sub
regards,
ste
Reply With Quote
ste
View Public Profile
Find all posts by ste