Application.UserName property (Word)
Returns or sets the user's name, which is used on envelopes and for the Author document property. Read/write String.
expression. UserName
expression An expression that returns an Application object.
This example sets the user's name.
Application.UserName = "Andrew Fuller"
This example returns the name found in the Name box on the User Information tab in the Options dialog box (Tools menu).
Msgbox Application.UserName
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.