Action Cell (Actions Section)

Contains the formula to be executed when a user chooses a command on a shortcut or smart tag menu.

Remarks

An Action cell is evaluated only when the action occurs, not when the formula is entered.

To get a reference to the the Action cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Actions.name.Action
where Actions.name is the name of the actions row

To get a reference to thethe Action cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionAction

Row index:

visRowAction + i
where i = 0, 1, 2...

Cell index:

visActionAction