Cell.Error property (Visio)
Gets the error code generated by the last evaluation of a cell's formula. Read-only.
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 Visio type library and begin with visError.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.