C
ck
I have a form I made in the VBE for an outlook application. Not an Outlook
form a regular VBA form. Anyways. Can I loop through the controls and find
out the state of 5 check boxes? I thought there was a typeof function or
something. My desired result would be something like:
dim ctl as control
for each ctl in me.controls
~>if control is checkbox then
do something
end if
next
bla blah blah.
Can you determine the type of control through code????
Thanks everyone,
~ck
form a regular VBA form. Anyways. Can I loop through the controls and find
out the state of 5 check boxes? I thought there was a typeof function or
something. My desired result would be something like:
dim ctl as control
for each ctl in me.controls
~>if control is checkbox then
do something
end if
next
bla blah blah.
Can you determine the type of control through code????
Thanks everyone,
~ck