Workbook.AcceptAllChanges(Object, Object, Object) Method

Definition

Accepts all changes in the shared workbook.

public void AcceptAllChanges (object When, object Who, object Where);
abstract member AcceptAllChanges : obj * obj * obj -> unit
Public Sub AcceptAllChanges (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 accepted were made.

Who
Object

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

Remarks

Optional Parameters

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

Applies to