How to write a program/macro to send a mail to a groups of e-mail
Viele Gruesse and Michael Bauer,
Thanks for your answer. It did help me understand how the process work. Can
you provide me a sample code as i am a novice in VBA programming. I do lot of
mainframe programming in Cobol. Also where do i write the piece of code? How
can i run it?
Please also suggest me a good book on MSWORD and MSOUTLOOK VBA programming.
Thanks for your time. Appreciate all your help.
Regards,
Adi
"adi" wrote:
Hi,
I am a novice at VBA programming but realised it is very powerful and useful.
I have a need to send e-mails to 10 different id's.
Given a (a)from address (b)To address(b)Subject(d)BCC(e)CC(f)Document to
send as attatchment(g)e-mail body, how to write a program that can send
e-mails automatically just by running it?
Is it easier to do it from Word or from Outlook.?
I tried to record and look at the macro that Word generates while trying to
open a doc and send e-mail. But the macro does not give any details about the
mail specifics. It just has ActiveDocument.SendMail.
How can i do this? Please advise.
|