How do I format my address book to include phone and fax numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to format my address book in Word to pull up address from outlook -
but I also need it to pull up the phone number and fax number. I need it to
look like this when I insert it
Name
address
city, state zip
phone: (000)000-0000
fax:(000)000-0000
 
See http://www.gmayor.com/Macrobutton.htm for a method of doing this by
macro.

You will of course need to establish which of the many phone and fax numbers
saved in Outlook you want included.

Alternatively you can use the fields listed at the end of the referenced
article to create an autotext entry called AddressLayout (all one word)
containing something similar to:

{<PR_GIVEN_NAME> <PR_SURNAME>
}{<PR_COMPANY_NAME>
}{<PR_POSTAL_ADDRESS>

}{Phone: <PR_OFFICE_TELEPHONE_NUMBER>

}{Fax: <PR_BUSINESS_FAX_NUMBER>}

Note the positions of the curly brackets as they determine what happens when
the fields are empty - and note thesea are curly brackets and NOT field
boundaries as entered with CTRL+F9 (you can copy ande paste from here).

Or you can use mail merge http://www.gmayor.com/mailmerge_from_outlook.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top