CoAuthors.Count Property (Word)
Returns the number of items in the CoAuthors collection. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .Count
expression An expression that returns a CoAuthors object.
Example
The following code example displays the number of co-authors in the active document.
MsgBox "The active document contains " & _
ActiveDocument.CoAuthoring.Authors.Count & " authors."