Scripting with Controls

Controls are referenced using their Name property. Controls with a blank name cannot therefore be referenced in a script. To reference a control via scripting, you must give that control a Name.

Note: If the Name of a control is changed, any references to that control in a script will also need to be changed.

Specific actions on controls achievable through a script include:

Conditional Formatting

Scripting with Data