Inserting name from Outlook Contacts folder

S

Sammy

Hi,

I use the following code in Word to insert a name and address from my
Contacts folder, into a Word document:

If ofrmSelect.boxOutlook = True Then

Selection.GoTo what:=wdGoToBookmark, Name:="bkRecName"

WordBasic.InsertAddress


My question is, what if I just want to insert the Name, Phone Number or Fax
number into a Word document? Is there a way to do this? I posted this in
the Outlook group but they sent me back here. Any help is appreciated!
 
Top