_Workbook.HighlightChangesOptions(Object, Object, Object) Method

Definition

Controls how changes are shown in a shared workbook.

public void HighlightChangesOptions (object When, object Who, object Where);
Public Sub HighlightChangesOptions (Optional When As Object, Optional Who As Object, Optional Where As Object)

Parameters

When
Object

Optional Object. The changes that are shown. Can be one of the following XlHighlightChangesTime constants: xlSinceMyLastSave, xlAllChanges, or xlNotYetReviewed.

Who
Object

Optional Object. The user or users whose changes are shown. Can be "Everyone", "Everyone but Me", or the name of one of the users of the shared workbook.

Where
Object

Optional Object. An A1-style range reference that specifies the area to check for changes.

Applies to