XlSaveConflictResolution Enumeration
Specifies the way that conflicts are to be resolved whenever a shared workbook is updated.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlLocalSessionChanges | 2 | The local user's changes are always accepted. |
| xlOtherSessionChanges | 3 | The local user's changes are always rejected. |
| xlUserResolution | 1 | A dialog box asks the user to resolve the conflict. |