View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Prz59 Prz59 is offline
external usenet poster
 
Posts: 2
Default Need to send Outlook E-mail from Excel VBA without warnings.

I'm trying to automate the sending of a spreadsheet from via Outlook. I have
the code in place to build the spreadsheet and setup the Outlook Application
object and the MailItem object. It sends the message but gives me a warning
that requires a user interaction. Is there a way to bypass this warning?