+ Reply to Thread
Results 1 to 7 of 7

Dialogue Boxes

  1. #1
    AussieDave
    Guest

    Dialogue Boxes

    Hi there.
    I am using Application.GetOpenFilename with Multi-Select to open
    multiple files sequentially for processing. After hitting the Open
    button it works perfectly but the dialogue box is replaced by a grey
    background until processing is complete - not very aesthetic for the
    user! Any ideas on how to supress this box?
    TIA, Dave


  2. #2
    Jim Cone
    Guest

    Re: Dialogue Boxes

    Dave,

    Try DoEvents immediately after showing the box.
    --
    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware


    "AussieDave"
    <davemenere@optushome.com.au>
    wrote in message
    Hi there.
    I am using Application.GetOpenFilename with Multi-Select to open
    multiple files sequentially for processing. After hitting the Open
    button it works perfectly but the dialogue box is replaced by a grey
    background until processing is complete - not very aesthetic for the
    user! Any ideas on how to supress this box?
    TIA, Dave


  3. #3
    AussieDave
    Guest

    Re: Dialogue Boxes

    Thanks Jim. Unfortunately it didn't seem to have any effect. Thanks
    for your time anyway. Dave


  4. #4
    Jim Cone
    Guest

    Re: Dialogue Boxes

    Do you have ScreenUpdating set to true when you show the Dialog?
    --
    Jim Cone
    San Francisco, USA
    http://www.officeletter.com/blink/specialsort.html


    "AussieDave"
    <davemenere@optushome.com.au>
    wrote in message
    Thanks Jim. Unfortunately it didn't seem to have any effect. Thanks
    for your time anyway. Dave


  5. #5
    AussieDave
    Guest

    Re: Dialogue Boxes

    First four lines of macro:
    Application.Calculation = xlManual
    Application.ScreenUpdating = False
    Application.DisplayAlerts = False
    Application.DisplayStatusBar = False

    Do you reckon there are any problems with that?
    Thanks, Dave


  6. #6
    Jim Cone
    Guest

    Re: Dialogue Boxes

    Dave,
    Turn on ScreenUpdating before showing the dialog.
    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware



    "AussieDave" <davemenere@optushome.com.au>
    wrote in message

    First four lines of macro:
    Application.Calculation = xlManual
    Application.ScreenUpdating = False
    Application.DisplayAlerts = False
    Application.DisplayStatusBar = False

    Do you reckon there are any problems with that?
    Thanks, Dave


  7. #7
    AussieDave
    Guest

    Re: Dialogue Boxes

    Easy as that, eh?

    Thanks a million Jim - worked a treat!!

    Cheers, Dave


+ 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