See the Tips page
http://www.rondebruin.nl/mail/tips2.htm
Or Send to Outlook Distribution Group
Instead of .To "(E-Mail Removed)" use
.Recipients.Add "GroupName"
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"JoshC" <(E-Mail Removed)> wrote in message news:88F3C60A-57C4-412D-998F-(E-Mail Removed)...
>i am sending a message in vba and the part of the code i am having issues
> with is as follows:
> With OutMail
> .To = ""
> .CC = ""
> .BCC = ""
> .Subject = "subject"
> .HTMLBody = RangetoHTML(rng)
> .Display
>
> i cannot figure out how to BCC a global distribution list in this code.
> does anyone have any ideas? thanks