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);
abstract member HighlightChangesOptions : obj * obj * obj -> unit
Public Sub HighlightChangesOptions (Optional When As Object, Optional Who As Object, Optional Where As Object)

Parameters

When
Object

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

Who
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

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

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to