ErrorCheckingOptions.OmittedCells Property
Excel Developer Reference |
When set to True (default), Microsoft Excel identifies, with an AutoCorrect Options button, the selected cells that contain formulas referring to a range that omits adjacent cells that could be included. False disables error checking for omitted cells. Read/write Boolean.
Syntax
expression.OmittedCells
expression A variable that represents an ErrorCheckingOptions object.
Example
In the following example, the AutoCorrect Options button appears for cell A4, which contains a formula.
Visual Basic for Applications |
---|
|
See Also