AcceptAllChanges Method
Applies To
Workbook object.
Description
Accepts all changes in the specified shared workbook.
Syntax
expression.AcceptAllChanges
expression Required. An expression that returns a Workbook object.
See Also
RejectAllChanges method.
Example
This example accepts all changes in the active workbook.
ActiveWorkbook.AcceptAllChanges