+ Reply to Thread
Results 1 to 2 of 2

Disabling the message boxes of another file that will open when Macro executed

Hybrid View

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    5

    Disabling the message boxes of another file that will open when Macro executed

    Hi,

    I am creating an excel file that contains a macro that will open another file, which has a message boxes that pops out once it is being opened. How shall I disable these window so I will just proceed to the sheets I need to activate.

    Thank you.

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Disabling the message boxes of another file that will open when Macro executed

    Try this

    Sub macro()
    Application.DisplayAlerts = False

    "Your code here"

    Application.DisplayAlerts = True
    End sub

+ Reply to Thread

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.6.0 RC 1