Range.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

expression Required. A variable that represents a Range object.

Remarks

If this method finds more than one match, it displays the Check Names dialog box.

Example

This example looks up the selected name in the address book and displays the Properties dialog box for that person.

Selection.Range.LookupNameProperties

See also

Range Object

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.