Share via


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

Concepts

Range Object

Range Object Members