AcceptAllChanges Method [Excel 2003 VBA Language Reference]

Accepts all changes in the specified shared workbook.

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

Applies to | Workbook Object

See Also | RejectAllChanges Method