XlSaveConflictResolution Enumeration
Specifies the way that conflicts are to be resolved whenever a shared workbook is updated.
Version Information
Version Added: Excel 2007
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. |