Cell.Trigger Method

Visio Automation Reference

Evaluates the formula of a cell.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.Trigger

expression   A variable that represents a Cell object.

Return Value
Nothing

Remarks

Triggering a cell simply evaluates the formula of that cell. If the formula contains other actions such as running an add-on, those actions occur.

See Also