Closed Thread
Results 1 to 11 of 11

Application.DisplayAlerts = False

Hybrid View

  1. #1
    Norman Jones
    Guest

    Re: Application.DisplayAlerts = False

    Hi Jim,

    As Don indicates in an adjacent post, you can change the application setting
    programmatically.

    If you wish ajust the setting for cetain files only, you can use the
    UpdateLinks argument to the Worbook's open method. This argument takes four
    values:

    0 Doesn't update any references
    1 Updates external references but not remote references
    2 Updates remote references but not external references
    3 Updates both remote and external references

    See VBA help on the Open method for more information.


    ---
    Regards,
    Norman



  2. #2
    Tom Ogilvy
    Guest

    Re: Application.DisplayAlerts = False

    Just a thought:
    > If you wish ajust the setting for cetain files only, you can use the


    The end result will be the same, but to me it would be better to say not
    that it is changing the setting for that workbook but it is specifing the
    action to take for that single opening of the workbook.

    Set wb = Workbooks.Open(sPath & sName, Updatelinks:=0)

    --
    Regards,
    Tom Ogilvy


    "Norman Jones" <normanjones@whereforartthou.com> wrote in message
    news:OqQEQ6ovGHA.4160@TK2MSFTNGP06.phx.gbl...
    > Hi Jim,
    >
    > As Don indicates in an adjacent post, you can change the application
    > setting programmatically.
    >
    > If you wish ajust the setting for cetain files only, you can use the
    > UpdateLinks argument to the Worbook's open method. This argument takes
    > four values:
    >
    > 0 Doesn't update any references
    > 1 Updates external references but not remote references
    > 2 Updates remote references but not external references
    > 3 Updates both remote and external references
    >
    > See VBA help on the Open method for more information.
    >
    >
    > ---
    > Regards,
    > Norman
    >




  3. #3
    Norman Jones
    Guest

    Re: Application.DisplayAlerts = False

    Hi Tom,

    >> If you wish ajust the setting for cetain files only, you can use the


    > The end result will be the same, but to me it would be better to say not
    > that it is changing the setting for that workbook but it is specifing the
    > action to take for that single opening of the workbook.


    I agree; there is an unfortunate, and unintended ambiguity, in my phrase!
    Certainly, my intention was to indicate a meaning synonymous with your
    articulation.

    Thank you for highlighting a possible source of misunderstanding.

    --
    ---
    Regards,
    Norman



  4. #4
    Jim May
    Guest

    Re: Application.DisplayAlerts = False

    Much Appreciated, Guys
    Jim

    "Norman Jones" <normanjones@whereforartthou.com> wrote in message
    news:#VJoj9rvGHA.2436@TK2MSFTNGP06.phx.gbl:

    > Hi Tom,
    >
    >
    > >> If you wish ajust the setting for cetain files only, you can use the

    >
    >
    > > The end result will be the same, but to me it would be better to say not
    > > that it is changing the setting for that workbook but it is specifing the
    > > action to take for that single opening of the workbook.

    >
    >
    > I agree; there is an unfortunate, and unintended ambiguity, in my phrase!
    > Certainly, my intention was to indicate a meaning synonymous with your
    > articulation.
    >
    > Thank you for highlighting a possible source of misunderstanding.
    >
    > --
    > ---
    > Regards,
    > Norman



Closed 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