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? Any help is
appreciated!
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? Any help is
appreciated!