HELLO GUYS;
I have that calender user form
That calender code is used for (Rawlog.textbox7)![]()
Private Sub Calendar2_Click() RawLog.TextBox7.Value = Calendar2.Value Unload Me End Sub Private Sub UserForm_Activate() Me.Calendar2.Value = Date End Sub
How can I use that code to another textbox in the same user form ??
and how can I use that calender form for another textboxes in another user form ??
Bookmarks