Application.LookupNameProperties method (Word)
Looks up a name in the global address book list and displays the Properties dialog box, which includes information about the specified name.
Syntax
expression. LookupNameProperties
( _Name_
)
expression Required. A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | A name in the global address book. |
Remarks
If this method finds more than one match, it displays the Check Names dialog box.
Example
This example looks up the name Don Funk in the address book and displays the Properties dialog box for Don Funk.
Application.LookupNameProperties Name:="Don Funk"
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.