Consulting

Results 1 to 7 of 7

Thread: Solved: how to programatically skip the "open or Save" box.

  1. #1

    Solved: how to programatically skip the "open or Save" box.

    Hi,

    Ive set up a userform that allows users (amongst other things), to gain quick access to useful product info though command boxes, that are linked to a WebBrowser control. it works very well, but theres one "useful" aspect that im struggling with. Theres an existing spread sheet that users already use, that i intend on linking to the WebBrowser. Ive tested it and it technically works,but, it asks the user if they want to open or save the file. This is far to complicated a task for a user, so if they get confused and (X) off the "open,save" box, it crashes and opens up the debug box, which really freaks them out.

    How auto "open" the sheet??

  2. #2
    VBAX Mentor
    Joined
    Jul 2012
    Posts
    398
    Location
    why not attach your file ?

  3. #3
    VBAX Contributor Daxton A.'s Avatar
    Joined
    Jun 2004
    Location
    Biloxi, Mississippi
    Posts
    143
    Location

    I think this may help you

    [vba]application.DisplayAlerts = False[/vba]

    Note: Make sure that you end the code by turning the displays back on though

    http://www.excelforum.com/excel-gene...ialog-box.html

  4. #4
    No point, the links are internal

  5. #5
    why not attach your file ?
    no point the links are internal

  6. #6
    VBAX Contributor Daxton A.'s Avatar
    Joined
    Jun 2004
    Location
    Biloxi, Mississippi
    Posts
    143
    Location

    Reply

    change the www_ to .

    www_excelforum.com/excel-general/491778-how-do-you-turn-off-save-a-copy-overwrite-changes-dialog-box.html

  7. #7
    Thank you Daxton A

Posting Permissions

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