Make "Labels" in winword to print labels with the Outlook contatc list.

  • Thread starter Thread starter gabriel
  • Start date Start date
G

gabriel

Hello,

I wish to make a macro in Outlook 200 that takes the selected single contact
in Outlook 2002 and put the info of them in a single page under word (in a
35x75 avery page format) so i can print a full page of this label. Is that
possible ? My vba skills are not really awesome, so my english..he... ! Hope
you understand.

Thanks all
Gabriel
 
Am Sat, 5 Nov 2005 14:20:47 +0100 schrieb gabriel:

Gabriel, an easy way is to save the selected contact to your file system as
an RTF file. This contact can be accessed by
Application.ActiveExplorer.Selection(1)

Add a reference on the Word library to your project and use the
Documents.Open function to open that file in Word.

For setting the page format you´re looking for please explore the Object
Browser (F2). Maybe you can find something via the Dialog object. Else
please ask in a Word related group again.
 
Back
Top