Application.UserInitials Property
Word Developer Reference |
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.
Visual Basic for Applications |
---|
|
This example returns the letters found in the Initials box on the User Information tab in the Options dialog box (Tools menu).
Visual Basic for Applications |
---|
|
See Also