Attach a word.doc

C

Curt

Have not done any thing with outlook befor. I believe there should be a way
to attach a word.doc to all e-mails in a outlook group. No problem createing
the group use excel then csv import done. Would like to automate this as
sending by snail mail is to expensive.
Could someone steer me in the direction to solve this.
Thanks
 
M

Michael Bauer [MVP - Outlook]

What do you mean by "Outlook group"? However, to add an attachment to an
e-mail, simply call the MailItem.Attachments.Add function. There's an
example in the VBA help file.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 14 Oct 2008 09:37:01 -0700 schrieb Curt:
 
C

Curt

I have a group of contacts in outlook I wish to send to all in group. A
e-mail with the wpro.doc attached.How do I get outlook to send to the entire
group. The group in this instance is Vet's Contacts. Is there a select all
somewhere?
Also why is it that most of the time the link to get here from the e-mail.
Only produces a blank page? This happens not only into this page but on
almost any question I ask when trying to access.
Thanks
 
M

Michael Bauer [MVP - Outlook]

If the group you're talking about is a DistributionList, you can add that to
the MailItem.Recipients.Add function. For code samples, please see the VBA
help for Recipients.Add and Attachments.Add

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Thu, 16 Oct 2008 09:35:00 -0700 schrieb Curt:
 
C

Curt

Thanks much I did finally figure a way around my problem
Thanks Again for your resonce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top