Workbook.HighlightChangesOnScreen Property

Excel Developer Reference

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.

Visual Basic for Applications
  ThisWorkbook.HighlightChangesOnScreen

See Also