Returns or sets the way conflicts are to be resolved whenever a shared workbook is updated. Read/write XlSaveConflictResolution.
Can be one of the following XlSaveConflictResolution constants.
Constant | Description |
---|---|
xlLocalSessionChanges | The local user's changes are always accepted. |
xlOtherSessionChanges | The local user's changes are always rejected. |
xlUserResolution | A dialog box asks the user to resolve the conflict. |