WorkbookBase.HighlightChangesOptions(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls how changes are shown in a shared workbook.
public void HighlightChangesOptions (object when, object who, object where);
member this.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.