labels - it's insane.
I got no idea how2 check which label was clicked - as i said, i've
been trying to use ActiveControl.Name to identify name of label, but
it doesn't work. It gives name of every control on my form, except
labels :/
I've been thinking about using textboxe
Hi
I'm kinda new in VBA, and need to fix one problem, as for now i
couldn't find any working solution.
I got a lot of labels on userform, and need to know which one was
clicked. I've been trying to use
ActiveControl.Name .. but it gives a name of every control on
userform, except labels - when cli