ExcelCalcErrorCode
Enumeration of error codes assigned to [[ExcelCalcErrorValue]].
Enumeration Members
Section titled "Enumeration Members"Circularity
Section titled "Circularity"Occurs when a circularity formula is used when circularities are not allowed.
Circularity = 5 Occurs when a number is divided by zero (0)
Div = 2 Occurs when
NA = 3 Name1
Section titled "Name1"Occurs when text in a formula is not recognized.
Name1 = 7 Occurs when there is an intersection of two references that do not contain any common cells.
Null = 6 Occurs with invalid numeric values in a formula or function
Num = 4 Reference
Section titled "Reference"Occurs when an invalid or disconnected reference is encountered while evaluating a formula
Reference = 0 Value
Section titled "Value"Occurs when the wrong type of argument or operand is used in a formula
Value = 1