Consulting

Results 1 to 2 of 2

Thread: Disabling the "Do you want to update..." message

  1. #1
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    3
    Location

    Disabling the "Do you want to update..." message

    Hey guys,

    I have a script I run each morning that kicks off a report. Took me a while to do, but it's finally finished. Now, I'm just cleaning up some of the spots that work, but not efficiently. One such spot, is when I open up this one file. The excel file always asks me if I want to update the contents. The answer is always no, and after I click it, it goes about it's job. I thought that putting the DisplayAlerts = False script would do the trick, but I'm still seeing it. Anyone have the code to disable any popups when I open another workbook? All I can find on google is the displayalerts one.

    Thanks!

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Has it got links? If so, set the Updatelinks property to 0 in the Open method.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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