Expand Minimize
This topic has not yet been rated - Rate this topic

Workbook.AcceptAllChanges Method (2007 System)

Accepts all changes in the shared workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
public void AcceptAllChanges(
	Object When,
	Object Who,
	Object Where
)

Parameters

When
Type: System.Object

One of the XlHighlightChangesTime values that specifies when the changes to be accepted were made.

Who
Type: System.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
Type: System.Object

An A1-style range reference that specifies the location of the changes to be accepted.

Optional Parameters

For information on optional parameters, see The Variable missing and Optional Parameters in Office Solutions.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.