Log in

View Full Version : VBA send email notification, why?


rsdjimbie
Jul 27, 2012, 10:25 AM
Hi, I have this VBA code running well, but connot get rid of the email notification pop up. I have tried varius line of code like "Application.DispalyAllerts = False" and "Application.EnableEvents = False" but with no joy.
Please have a look at my attchment titled "Email notification".
Thanks for a great site and people helping us newbies.

rsdjimbie
Jul 27, 2012, 10:27 AM
Attachment

JBeaucaire
Jul 30, 2012, 05:37 PM
You can't get rid of Outlook's security warnings like that. I gave up wasting time trying long ago, I just click the OK button.