On the userform where you have attche the calendar simply input the code below.
[VBA]
Private Sub UserForm_Initialize()
ocxCalendar.Value = Now()
End Sub
[/VBA]
On the userform where you have attche the calendar simply input the code below.
[VBA]
Private Sub UserForm_Initialize()
ocxCalendar.Value = Now()
End Sub
[/VBA]
T-ogether
E-veryone
A-chieves
M-ore
![]()
One who asks a question is a fool for five minutes; one who does not ask a question remains a fool forever.