How to Create a Temporary Message Box While Macro Runs (148209)
The information in this article applies to:
- Microsoft Excel for Windows 95
- Microsoft Excel for Windows 5.0c
- Microsoft Excel for Windows NT 5.0
- Microsoft Excel for the Macintosh 5.0a
This article was previously published under Q148209 SUMMARY
In Microsoft Excel, you cannot display a message box at the same time a
second macro is running. However, you can simulate a message box with a
text box when using a Visual Basic for Applications macro. To do this, you
would create a text box and position it on the screen at an appropriate
location. With code, you can present the text box, run your second
subroutine, and, at the conclusion of the subroutine, delete the text box.
The example in this article demonstrates this process. You can change the
design of the text box to look anyway you want. The following example gives
you just one way to display it.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbcode kbhowto kbProgramming KB148209 |
---|
|