Results 1 to 3 of 3

Thread: modeless message box w/o userform

  1. #1

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    modeless message box w/o userform

    Is there such as thing as a modeless information only message box? I want to display a very simple status message (during calculations) in a pop up but w/o having to use a userform. The reason is complicated. Anything built in to Excel/VBA or via API??

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: modeless message box w/o userform

    Nope.... but you can make your own using a userform and open that as modeless... It can have the current status etc on it and you'd need to close it in the sub.

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  3. #3

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: modeless message box w/o userform

    Thanks for the reply. I figured that was the case. I guess I could either create one on the fly or use the statusbar.

Posting Permissions

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



Click Here to Expand Forum to Full Width