+ Reply to Thread
Results 1 to 3 of 3

alert

  1. #1
    Paula
    Guest

    alert

    Is it possible to have a msgbox as an alert in progress without pressing any
    key for continue?
    Something like to show for a while a message as "workin in progress".

    Actually i use an userform and a label ....



  2. #2
    Norman Jones
    Guest

    Re: alert

    Hi Paula,

    Perhaps you could use the Excel status bar to display your message:

    Application.StatusBar = "Work in progress..."
    'Your query code
    Application.StatusBar = False

    ---
    Regards,
    Norman



    "Paula" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible to have a msgbox as an alert in progress without pressing
    > any key for continue?
    > Something like to show for a while a message as "workin in progress".
    >
    > Actually i use an userform and a label ....
    >




  3. #3
    Bob Phillips
    Guest

    Re: alert

    Take a look at
    http://www.xldynamic.com/source/xld.xlFAQ0022.html

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Paula" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible to have a msgbox as an alert in progress without pressing

    any
    > key for continue?
    > Something like to show for a while a message as "workin in progress".
    >
    > Actually i use an userform and a label ....
    >
    >




+ 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