View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Robinson[_2_] David Robinson[_2_] is offline
external usenet poster
 
Posts: 2
Default Sending emails from Excel


I am programing my excel to send pre formatted emails to
people if certain conditions are met.

Is there an alternative to this:

Set MailRecipients = MailItem.Recipients.Add
("Broker1Email")

Eg MailItem.Recipients = " "

Can I have the program automatically say yes to Outlook's
dialogue box requesting that allow the program to access
the address book?