J
JJ
I have a userform with various controls in it. I iterate
the controls with with "For Each ctl in
ActiveDocument.Userform.Controls..."
How can I find out, what type that control is (ie.
textbox)? In other words, how can I go trough all
textboxes but not other controls? I know, that is should
be quite easy, but I can't work it out easily...
Thanks for any help.
JJ
the controls with with "For Each ctl in
ActiveDocument.Userform.Controls..."
How can I find out, what type that control is (ie.
textbox)? In other words, how can I go trough all
textboxes but not other controls? I know, that is should
be quite easy, but I can't work it out easily...
Thanks for any help.
JJ