Hi All,
Need your help I have 48 Labels on a userform with the name Day1,Day2,Day 3 Ect. Ect. Day47 and Day48
I want to avoid having 48 Sub Procedures example below
Private Sub Day1_Click()
Userform1.Hide
'>>>Call Function and Call Sub Will Go Here<<<
End Sub
Is there a way to have a...