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