CoAuthor.IsMe Property (Word)

Returns true if this author represents the current user. Read-only.

Version Information

Version Added: Word 2010

Syntax

expression .IsMe

expression An expression that returns a CoAuthor object.

Example

The following code example checks the active document to see if the first co-author in the CoAuthors collection is the current user.

If ActiveDocument.CoAuthoring.Authors(1).IsMe Then 
MsgBox "The current user is the first coauthor." 
End If

See Also

Concepts

CoAuthor Object

CoAuthor Object Members