using outlook distribution list from excel vb

E

eli

hello all

How can i send mail from vba using the outlook
distribution list, i need this because I have a long list
to mail.


regards.
 
D

Dick Kusleika

Eli

See here for the basics of sending email from vba

www.dicks-clicks.com

and when you set the To property of the MailItem object, set it to the name
of your distribution list, just like you would for a single recipient.
 
Top