Application.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(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.

Visual Basic for Applications
  Application.LookupNameProperties Name:="Don Funk"

See Also