i have created some dynamic labels on a userform however when i go to link them to with let’s say line1_click it does not recognize it albeit i know that label is definitely there. Is there a setting or something i am missing in the properties.
This is how the label is created
Set newlabel = Statistics_Form3.Controls.Add("Forms.label.1", "line" & labelnumber, True)
thanks for looking at this
Shanec
This is how the label is created
Set newlabel = Statistics_Form3.Controls.Add("Forms.label.1", "line" & labelnumber, True)
thanks for looking at this
Shanec