A
adi
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.
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.