Syntax

expression.BackgroundChecking

expression A variable that represents an ErrorCheckingOptions object.

Remarks

Refer to the object to view a list of its members that can be enabled.

Example

In the following example, when the user selects cell A1 (which contains a formula referring to empty cells), the AutoCorrect Options button appears.

Visual Basic for Applications
Sub CheckBackground() ' Simulate an error by referring to empty cells. Application.ErrorCheckingOptions.BackgroundChecking = True Range("A1").Select ActiveCell.Formula = "=A2/A3" End Sub
background background checking backgroundchecking backgroundchecking property

See also: