Application.UserInitials property (Word)

Returns or sets the user's initials, which Microsoft Word uses to construct comment marks. Read/write String.

Syntax

expression. UserInitials

expression An expression that returns an Application object.

Example

This example sets the user's initials.

Application.UserInitials = "baa"

This example returns the letters found in the Initials box on the User Information tab in the Options dialog box (Tools menu).

Msgbox Application.UserInitials

See also

Application 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.