+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    1

    Suppressing Excel's Pop-ups and Messages

    Hi,

    I've written a script to automatically send an email but a message pops up before every email is sent asking me if it is ok to go ahead with the send.

    Is there a function or even a simple setting that exists in Excel to suppress or automatically close such pop-ups?

    I'm using Excel 2003 SP3

    Many thanks.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    3,714

    Re: Suppressing Excel's Pop-ups and Messages

    Try
    Code:
    Application.DisplayAlerts=False
    , and turn it back on at the end.

  3. #3
    Forum Moderator romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    Alibi
    MS-Off Ver
    All
    Posts
    8,262

    Re: Suppressing Excel's Pop-ups and Messages

    No, I don't believe there is - that sounds like the Outlook Security model. You need to either use CDO to send the email, use Extended MAPI or a library like Redemption that handles that for you, or use a third party program like Click Yes to automatically respond to the prompts.
    So long, and thanks for all the fish.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.2.0