ErrorCheckingOptions.InconsistentFormula Property
Excel Developer Reference |
When set to True (default), Microsoft Excel identifies cells containing an inconsistent formula in a region. False disables the inconsistent formula check. Read/write Boolean.
Syntax
expression.InconsistentFormula
expression A variable that represents an ErrorCheckingOptions object.
Remarks
Consistent formulas in the region must reside to the left and right or above and below the cell containing the inconsistent formula for the InconsistentFormula property to work properly.
Example
In the following example, when the user selects cell B4 (which contains an inconsistent formula), the AutoCorrect Options button appears.
Visual Basic for Applications |
---|
|
See Also