isNumberCell method



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

Syntax

isNumber = Range.isNumberCell()

Parameters

none.

Return value

isNumber
boolean. The value is true if the cell contains a number, and false otherwise.

See also
isEmptyCell method
isERRCell method
isFormulaCell method
isNACell method
isStringCell method