Hi everyone,
I am using the solution suggested by Colin Legg in the thread below
https://www.mrexcel.com/board/threads/userform-label-click-problem.396220/
but when I call a sub within the Label_Click sub
Private Sub pLabel_Click()
clsCalendar.ClickEventHandler (pLabel.Name)
End Sub
the...