Range.LookupNameProperties Method

Word Developer Reference

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.

Visual Basic for Applications
  Selection.Range.LookupNameProperties

See Also