Use Macro to Mail Form

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

First, let me state that this is probably not the correct
forum to post this, but the Mail and VBA for Beginners
Newsgroups have been unavailable all day.

I have a form in MS Word 2002 that I'd like to mail to a
specific individual after the users complete it. I am
thinking that a simple macrobutton can easily perform this
task.

I have this part - ActiveDocument.SendMail , but I don't
know how to define the recipient.

If there is a more efficient way of doing this (Mail
Merge?), I'd appreciate knowing. Thank you in advance for
your assistance. Bill
 
Hi Bill,

See the article "How to send an email from Word using VBA" at:

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

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top