Comment.Initial Property
Word Developer Reference |
Returns or sets the initials of the user associated with a specific comment. Read/write String.
Syntax
expression.Initial
expression An expression that returns a Comment object.
Example
This example displays the initials of the user who made the first comment in the selection.
Visual Basic for Applications |
---|
|
This example checks the author initials associated with each comment in the first document section. If the author initials are "MSOffice," the example changes them to "KAE."
Visual Basic for Applications |
---|
|
See Also