isERRCell method



Returns whether the upper-left cell in the range contains the ERR value.

Syntax

isERR = Range.isERRCell()

Parameters

none.

Return value

isERR
boolean. The value is true if the cell contains ERR, and false otherwise.

Usage

ERR indicates an error in a formula.

See also
isEmptyCell method
isNACell method
isFormulaCell method
isStringCell method
isNumberCell method