Syntax

expression.ShowErrors

expression A variable that represents a Range object.

Return Value
Variant

Example

This example displays a red tracer arrow if there's an error in the active cell on Sheet1.

Visual Basic for Applications
Worksheets("Sheet1").Activate If IsError(ActiveCell.Value) Then ActiveCell.ShowErrors End If
Can I see which cell is causing my error? Point to cell causing error. show errors Show Errors Method ShowErrors showerrors method Trace the cell causing errors.

See also: