AcceptAllChanges Method

Microsoft Excel Visual Basic

expression.AcceptAllChanges(When, Who, Where)

expression    Required. An expression that returns one of the objects in the Applies To list.

When   Optional Variant. Specifies when all the changes are accepted.

Who   Optional Variant. Specifies by whom all the changes are accepted.

Where   Optional Variant. Specifies where all the changes are accepted.

Example

This example accepts all changes in the active workbook.

ActiveWorkbook.AcceptAllChanges