-
How to check whether a control is having a property?
Say Controlsource.
For a single control its easy
On Error Resume Next
Msgbox Control.Controlsource
Msgbox "Control Don't have that property"
The problem comes here,
For each control in codecontextobject.controls
On Error Goto NextControl
Msgbox Control.Controlsource
Nextcontrol:
Next control
I want to know either how to trap continous errors else some workaround for this. Kindly help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules