J
jtertin
I have a form with several objects on it. I want to create a For-Each-
Next loop to gather information, but only for objects of LABEL type.
My current approach is to go through the entire collection, put an IF
statement between the EACH and NEXT of my loop to determine the
control type, and if it is a LABEL, continue processing (if not, move
on to the next control).
My only problem is - how can I determine the type of the control
inside of the loop?
Thanks for any help!
Next loop to gather information, but only for objects of LABEL type.
My current approach is to go through the entire collection, put an IF
statement between the EACH and NEXT of my loop to determine the
control type, and if it is a LABEL, continue processing (if not, move
on to the next control).
My only problem is - how can I determine the type of the control
inside of the loop?
Thanks for any help!