Syntax
ToolsOptionsUserInfo [.Name = text] [, .Initials = text] [, .Address = text]
Remarks
Changes user information. The arguments for the ToolsOptionsUserInfo statement correspond to the options on the User Info tab in the Options dialog box (Tools menu).
Argument | Explanation | |
.Name | The name of the current user | |
.Initials | The initials of the current user | |
.Address | The mailing address of the current user |
Example
This example sets the current user name and initials:
ToolsOptionsUserInfo .Name = "Gina Fiori", .Initials = "GF"
See Also
DocumentStatistics, FileSummaryInfo