CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Control Structures > With statement

With statement

The With Statement is not supported in CitectVBA. When performing a series of commands on an object, you must explicitly refer to the name of the object with each command.

See Also

Control Structures