CoAuthors object (Word)
A collection of all the CoAuthor objects in the document.
The CoAuthors collection contains all the co authors in the document (authors that are actively editing the document).
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
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.