C
Chuck
How can I determine if a control has a certain property? I want to loop
through all my controls in a form and grab all controls that have the
"Caption" property.
I know how to loop through all of them but now I have to use "On Error
Resume Next" to skip over the controls that do not have that property.
Thanks
Chuck
through all my controls in a form and grab all controls that have the
"Caption" property.
I know how to loop through all of them but now I have to use "On Error
Resume Next" to skip over the controls that do not have that property.
Thanks
Chuck