CoAuthors object (Word)
A collection of all the CoAuthor objects in the document.
Remarks
The CoAuthors collection contains all the co authors in the document (authors that are actively editing the document).
Example
The following code example gets the number of co authors in the active document.
Dim i As Integer
i = ActiveDocument.CoAuthoring.Authors.Count
MsgBox "The number of co authors is " & i
See also
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.