Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 891 Bytes

Excel.Workbook.ConflictResolution.md

File metadata and controls

38 lines (22 loc) · 891 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.ConflictResolution property (Excel)
vbaxl10.chm199091
vbaxl10.chm199091
Excel.Workbook.ConflictResolution
5142c848-0731-14d9-5913-bbaa67bf308f
05/29/2019
medium

Workbook.ConflictResolution property (Excel)

Returns or sets the way conflicts are to be resolved whenever a shared workbook is updated. Read/write XlSaveConflictResolution.

Syntax

expression.ConflictResolution

expression A variable that represents a Workbook object.

Example

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]