Workbook.HighlightChangesOnScreen Property (Excel)

True if changes to the shared workbook are highlighted on-screen. Read/write Boolean.

Syntax

expression .HighlightChangesOnScreen

expression A variable that represents a Workbook object.

Example

This example highlights changes to the shared workbook.

ThisWorkbook.HighlightChangesOnScreen

See Also

Concepts

Workbook Object

Workbook Object Members