ExcelCalcErrorCode

Enumeration of error codes assigned to [[ExcelCalcErrorValue]].

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

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

Occurs when an invalid or disconnected reference is encountered while evaluating a formula

Reference = 0

Occurs when the wrong type of argument or operand is used in a formula

Value = 1