Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.37 KB

Word.Document.CoAuthoring.md

File metadata and controls

47 lines (27 loc) · 1.37 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.CoAuthoring property (Word)
vbawd10.chm158007896
vbawd10.chm158007896
Word.Document.CoAuthoring
b67ac270-c583-f141-bf86-6fc385987636
06/08/2017
medium

Document.CoAuthoring property (Word)

Returns a CoAuthoring object that provides the entry point into the co authoring object model. Read-only.

Syntax

expression. CoAuthoring

expression An expression that returns a Document object.

Remarks

The CoAuthoring object provides information about co authoring at the document level. For example, the CoAuthoring object can provide information about whether there are any locks in the document, which users have current locks on the document, or whether or not updates to the document content is available from the server. Use the CoAuthoring property to return the CoAuthoring object.

Example

The following code example gets a reference to the CoAuthoring object through the CoAuthoring property of the active document.

Dim coAuth As CoAuthoring 
Set coAuth = ActiveDocument.CoAuthoring

See also

Document Object

[!includeSupport and feedback]