Get at outlooks contact-ifo from a Word 2003 macro

O

Osiris

I built a macro to generate a filofax filling for any year.
I would like to print names of people having their birthday on the
appropriate page.
How can I get at this Outlook-info from a Word 2003 macro ?
 
D

Doug Robbins - Word MVP

You will need to set a reference to the Outlook Object model and then you
will be able to make use of the VBA equivalent of Outlook commands.

To see how to go about it, see the article "How to send an email from Word
using VBA" at:

http://www.word.mvps.org/FAQs/InterDev/SendMail.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top