HELLO GUYS;

I have that calender user form


Private Sub Calendar2_Click()
RawLog.TextBox7.Value = Calendar2.Value
Unload Me
End Sub

Private Sub UserForm_Activate()
    Me.Calendar2.Value = Date
End Sub
That calender code is used for (Rawlog.textbox7)
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 ??