Cell.Error Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Error

expression   A variable that represents a Cell object.

Return Value
Integer

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 type library and begin with visError.

See Also