Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
ctc ctc is offline
external usenet poster
 
Posts: 9
Default Include Business Name When Printing Envelope

How do I configure Word to include an outlook contacts business name on the
envelope when using the insert address button in the Envelopes and Labels
window?

Only the contacts name and address print, not the business name.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Include Business Name When Printing Envelope

Up to Word 2003 at least saving the following as an autotext entry called
AddressLayout usually works

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}



(copy and paste from here!)



A more reliable and flexible method is to use an envelope template to pull
the data from Outlook. There are samples you can download from my web site
based on http://www.gmayor.com/Macrobutton.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ctc wrote:
How do I configure Word to include an outlook contacts business name
on the envelope when using the insert address button in the Envelopes
and Labels window?

Only the contacts name and address print, not the business name.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
ctc ctc is offline
external usenet poster
 
Posts: 9
Default Include Business Name When Printing Envelope

Unfortunately, while in the Envelopes and Labels window, Word is greyed out
and inactive in the background until the user closes that window. No autotext
entries are available for use.

"Graham Mayor" wrote:

Up to Word 2003 at least saving the following as an autotext entry called
AddressLayout usually works

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}



(copy and paste from here!)



A more reliable and flexible method is to use an envelope template to pull
the data from Outlook. There are samples you can download from my web site
based on http://www.gmayor.com/Macrobutton.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ctc wrote:
How do I configure Word to include an outlook contacts business name
on the envelope when using the insert address button in the Envelopes
and Labels window?

Only the contacts name and address print, not the business name.




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Include Business Name When Printing Envelope

You don't use the autotext entry in the envelope/labels window (though you
can type autotext names and press F3 to activate). You create the autotext
in an ordinary document and save it. The presence of the entry AddressLayout
causes envelopes to be formatted to that layout .... usually.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


ctc wrote:
Unfortunately, while in the Envelopes and Labels window, Word is
greyed out and inactive in the background until the user closes that
window. No autotext entries are available for use.

"Graham Mayor" wrote:

Up to Word 2003 at least saving the following as an autotext entry
called AddressLayout usually works

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}



(copy and paste from here!)



A more reliable and flexible method is to use an envelope template
to pull the data from Outlook. There are samples you can download
from my web site based on http://www.gmayor.com/Macrobutton.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ctc wrote:
How do I configure Word to include an outlook contacts business name
on the envelope when using the insert address button in the
Envelopes and Labels window?

Only the contacts name and address print, not the business name.



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
paul paul is offline
external usenet poster
 
Posts: 249
Default Include Business Name When Printing Envelope

Can you explain this further. If I am in Envelopes and Labels, I normally
will select the address icon and look up the contact in Outlook; then print.
Are you saying that I should paste your script in to a document and then save
and from then on printing with envelopes will include the business address?

PS thanks for your help
--
Microsoftuser


"Graham Mayor" wrote:

You don't use the autotext entry in the envelope/labels window (though you
can type autotext names and press F3 to activate). You create the autotext
in an ordinary document and save it. The presence of the entry AddressLayout
causes envelopes to be formatted to that layout .... usually.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


ctc wrote:
Unfortunately, while in the Envelopes and Labels window, Word is
greyed out and inactive in the background until the user closes that
window. No autotext entries are available for use.

"Graham Mayor" wrote:

Up to Word 2003 at least saving the following as an autotext entry
called AddressLayout usually works

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}



(copy and paste from here!)



A more reliable and flexible method is to use an envelope template
to pull the data from Outlook. There are samples you can download
from my web site based on http://www.gmayor.com/Macrobutton.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ctc wrote:
How do I configure Word to include an outlook contacts business name
on the envelope when using the insert address button in the
Envelopes and Labels window?

Only the contacts name and address print, not the business name.






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Include Business Name When Printing Envelope

Yes. Copy and paste the short script

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}

to a document. Select the script and press ALT+F3 which will open the
Autotext editor. Give it the name
AddressLayout
(all one word - no spaces).
Discard the document.

When you later close Word ensure that you save normal.dot when prompted.

This should cause Word to read the above fields from Outlook when inserting
the address. The full range of fields available to be used in this manner is
listed at http://www.gmayor.com/Macrobutton.htm which also shows how to read
addresses from Outlook using a macro - which is the method employed on the
envelope templates I mentioned earlier. Using a macro gives more fine
control over the display of the address.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Paul wrote:
Can you explain this further. If I am in Envelopes and Labels, I
normally will select the address icon and look up the contact in
Outlook; then print. Are you saying that I should paste your script
in to a document and then save and from then on printing with
envelopes will include the business address?

PS thanks for your help

You don't use the autotext entry in the envelope/labels window
(though you can type autotext names and press F3 to activate). You
create the autotext in an ordinary document and save it. The
presence of the entry AddressLayout causes envelopes to be formatted
to that layout .... usually.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


ctc wrote:
Unfortunately, while in the Envelopes and Labels window, Word is
greyed out and inactive in the background until the user closes that
window. No autotext entries are available for use.

"Graham Mayor" wrote:

Up to Word 2003 at least saving the following as an autotext entry
called AddressLayout usually works

{PR_GIVEN_NAME PR_SURNAME
}{PR_COMPANY_NAME
}{PR_POSTAL_ADDRESS}



(copy and paste from here!)



A more reliable and flexible method is to use an envelope template
to pull the data from Outlook. There are samples you can download
from my web site based on http://www.gmayor.com/Macrobutton.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ctc wrote:
How do I configure Word to include an outlook contacts business
name on the envelope when using the insert address button in the
Envelopes and Labels window?

Only the contacts name and address print, not the business name.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
print envelope to include address window Mike Microsoft Word Help 1 March 4th 07 01:19 PM
Printing 6X9 Envelope to HP4000TN w/Envelope Feeder LeaseGuy Microsoft Word Help 0 September 11th 06 02:11 AM
Change the address block in standard envelope to include Company Andrew St-Johnston Microsoft Word Help 4 July 20th 06 12:25 AM
envelope template missing business name template for envelope Mailmerge 2 March 10th 06 03:41 PM
Printing blank page after printing envelope heybets30 Microsoft Word Help 1 February 17th 05 12:41 AM


All times are GMT +1. The time now is 04:34 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"