CoAuthoring.Me property (Word)

Returns a CoAuthor object that represents the current user. Read-only.

Syntax

expression. Me

expression An expression that returns a 'CoAuthoring' object.

Example

The following code example gets the number of locks in the active document that are associated with the current user.

Dim coAuth As CoAuthor 
 
Set coAuth = ActiveDocument.CoAuthoring.Me 
MsgBox "The current user has " & coAuth.Locks.Count & _ 
" locks in the active document."

See also

CoAuthoring Object

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.