title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.ConflictResolution property (Excel) |
vbaxl10.chm199091 |
|
|
5142c848-0731-14d9-5913-bbaa67bf308f |
05/29/2019 |
medium |
Returns or sets the way conflicts are to be resolved whenever a shared workbook is updated. Read/write XlSaveConflictResolution.
expression.ConflictResolution
expression A variable that represents a Workbook object.
This example causes the local user's changes to be accepted whenever there's a conflict in the shared workbook.
ActiveWorkbook.ConflictResolution = xlLocalSessionChanges
[!includeSupport and feedback]