CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Scope of CitectVBA

Scope of CitectVBA

The scope of an object determines which portions of your code scripts can use that object.

Note: The use of Global, Public, and Privatekeywords has no effect on scope in CitectVBA.