Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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."