Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a cell reference dependency.
Syntax
DEPENDSON(cellref[,cellref2,...])
Remarks
This function always returns FALSE. It has no effect when used in an Event row or an Action cell.
Example
OPENTEXTWIN() + DEPENDSON(PinX,PinY)
Opens the text block for a shape whenever the shape's PinX or PinY cells change.