Workbook.RejectAllChanges(Object, Object, Object) Method

Definition

Rejects all changes in the shared workbook.

public void RejectAllChanges (object When, object Who, object Where);
abstract member RejectAllChanges : obj * obj * obj -> unit
Public Sub RejectAllChanges (Optional When As Object, Optional Who As Object, Optional Where As Object)

Parameters

When
Object

One of the XlHighlightChangesTime values that specifies when the changes to be rejected were made.

Who
Object

A string that identifies who made the changes to be rejected. 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 location of the changes to be rejected.

Remarks

Optional Parameters

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

Applies to