CoAuthoring.Authors property (Word)

Returns a CoAuthors collection that represents all the co authors currently editing the document. Read-only.

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

See also

CoAuthoring Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.