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
Sub CheckOmittedCells() Application.ErrorCheckingOptions.OmittedCells = True Range("A1").Value = 1 Range("A2").Value = 2 Range("A3").Value = 3 Range("A4").Formula = "=Sum(A1:A2)" End Sub
omitted omitted cells omittedcells omittedcells property

See also: