isFormulaCell method



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

Syntax

isFormula = Range.isFormulaCell()

Parameters

none.

Return value

isFormula
boolean. The value is true if the cell contains a formula, and false otherwise.

See also
isEmptyCell method
isERRCell method
isNACell method
isNumberCell method
isStringCell method