Consulting

Results 1 to 2 of 2

Thread: Solved: Prevent Outlook E-mail Alert

  1. #1

    Question Solved: Prevent Outlook E-mail Alert

    Hi Everyone,

    I'm running an Excel Macro that is sending an e-mail via Outlook every hour with an attached workbook containing an updated data pull from a production environment. My question is quite simple, though I haven't seen the question asked on this forum before.

    Using VBA how do I auto select Yes from the Outlook Security Message when the e-mail is being sent? I found a link on a google search result to software called "ClickYes" and it works, but I would prefer to not have to install additional software as this is a security issue in itself.

    Thank you in advance for your help!
    Adam

  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    Quote Originally Posted by Pool Master
    Hi Everyone,

    I'm running an Excel Macro that is sending an e-mail via Outlook every hour with an attached workbook containing an updated data pull from a production environment. My question is quite simple, though I haven't seen the question asked on this forum before.

    Using VBA how do I auto select Yes from the Outlook Security Message when the e-mail is being sent? I found a link on a google search result to software called "ClickYes" and it works, but I would prefer to not have to install additional software as this is a security issue in itself.

    Thank you in advance for your help!
    Adam
    Try the CDO way. When you use this technique, there will be no security messages. Though, you'll have to know some configuration parameters from your exchange server.

    Charlize

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •