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??
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.
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.