VisCellError enumeration (Visio)

Error codes generated by the last evaluation of a cell's formula and returned by the Cell.Error property.

Constant Value Description
visErrorDivideByZero 39 Division by zero.
visErrorName 61 Invalid name in cell formula.
visErrorNotAvailable 74 Unknown error.
visErrorNumber 68 Invalid number in cell formula.
visErrorReference 55 Invalid reference in cell formula.
visErrorSuccess 0 No error.
visErrorValue 47 Invalid value in cell formula.

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.