CoAuthoring.Authors Property (Word)
Returns a CoAuthors collection that represents all the co-authors currently editing the document. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .Authors
expression An expression that returns a CoAuthoring object.
Remarks
The collection returned by this property is static. If this collection is stored and then new users begin editing the document, or current users are no longer editing the document, the stored collection will not change.
Example
The following code example gets all the co-authors currently editing the document.
Dim allAuthors As CoAuthors
Set allAuthors = ActiveDocument.CoAuthoring.Authors