Workbook.HighlightChangesOptions Method

Controls how changes are shown in a shared workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Sub HighlightChangesOptions ( _
    When As Object, _
    Who As Object, _
    Where As Object _
)
void HighlightChangesOptions(
    Object When,
    Object Who,
    Object Where
)

Parameters

  • Who
    Type: System.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
    Type: System.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.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace