Share via


Error Property [Visio 2003 SDK Documentation]

Gets the error code generated by the last evaluation of a cell's formula.

intRet = object**.Error**

intRet     Integer. The error code from the last evaluation of the cell's formula.

object     Required. An expression that returns a Cell object.

Version added

2.0

Remarks

When you evaluate a cell's formula, an error code is generated along with the result. The Error property allows you to access this error code. Constants for valid error codes are declared by the Microsoft Office Visio 2003 type library and begin with visError.

Applies to | Cell object