Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
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.