UserInitials Property

Applies To

Application object.

Description

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

See Also

Comments property, UserAddress property, UserName property.

Example

This example sets the user's initials.

Application.UserInitials = "baa"
This example returns the letters found in the Initials option on the User Info tab in the Options dialog box.

Msgbox Application.UserInitials