Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A TypeOf operator occurs without an Is clause.
Error ID: BC30224
To correct this error
- Add an Is clause following the TypeOf operator; for example, TypeOf MyControl Is ComboBox.