|
-
Jan 28th, 2013, 01:31 PM
#1
Thread Starter
Fanatic Member
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??
-
Jan 30th, 2013, 09:10 AM
#2
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.
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...
-
Jan 30th, 2013, 03:11 PM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|