+ Reply to Thread
Results 1 to 5 of 5

Ignore/ Turn off Update Message on open of workbook

  1. #1
    Registered User
    Join Date
    07-02-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    38

    Ignore/ Turn off Update Message on open of workbook

    Hey all,

    I am opening a workbook that always asks if I want to Update when it is open. I don't want that message to so up and click don't update.

    I have added the Application.screenUpdate = false and Applicaiton.DisplayAlerts = false in my code, but I guess those are not the right ones.

    What should I be using?

    Thank you for your help,

    Matt

  2. #2
    Forum Contributor
    Join Date
    07-05-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2016
    Posts
    165

    Re: Ignore/ Turn off Update Message on open of workbook

    Do you have them in the: "ThisWorkbook" Workbook_Open event?
    Click on the * icon if this post has been helpful.

  3. #3
    Registered User
    Join Date
    07-02-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: Ignore/ Turn off Update Message on open of workbook

    No I don't. The macro I am running is in one workbook and in the macro I am opening another workbook and it is that workbook that I get the update message so my user has to click update or don't update before continueing with macro

  4. #4
    Forum Contributor
    Join Date
    07-05-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2016
    Posts
    165

    Re: Ignore/ Turn off Update Message on open of workbook

    In the second workbook, in the: "ThisWorkbook" Workbook_Open event you need to put the Applicaiton.DisplayAlerts = false

    Please Login or Register  to view this content.

  5. #5
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Ignore/ Turn off Update Message on open of workbook

    in the line where you open the workbook specify the updatelinks:=false argument
    Josie

    if at first you don't succeed try doing it the way your wife told you to

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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