View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SP[_6_] SP[_6_] is offline
external usenet poster
 
Posts: 12
Default emailing using Excel VBA

Hi

ActiveWorkbook.SendMail , Subject:="test
excel email"

I'm using the above code to send a workbook as an attachment. As the code
is executed, an OE prompt pops up saying
"A program is attempting to send the following e-mail message on your
behalf:
...
Would you like to send the message ?"

Is it possible to disable this message ?

Thanks
Steve