WorkbookBase.AcceptAllChanges(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepts all changes in the shared workbook.
public void AcceptAllChanges (object when, object who, object where);
member this.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.