ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   MsgBox Interactive (https://www.excelbanter.com/excel-programming/371010-msgbox-interactive.html)

[email protected]

MsgBox Interactive
 
Is there a way to display a message box (Msgbox) but allow the user to
do something in the spreadsheet? For example, I want to display a
msgbox that tells the user to do steps 1, 2, and 3, then click the OK
button. I found something about vbApplicationModal but unable to
understand how to use it.


Gary''s Student

MsgBox Interactive
 
You can display a mesage in the Status Bar and still give the user control
over the worksheet:

Sub Macro1()
Application.DisplayStatusBar = True
Application.StatusBar = "Hello World"
End Sub

--
Gary's Student


" wrote:

Is there a way to display a message box (Msgbox) but allow the user to
do something in the spreadsheet? For example, I want to display a
msgbox that tells the user to do steps 1, 2, and 3, then click the OK
button. I found something about vbApplicationModal but unable to
understand how to use it.




All times are GMT +1. The time now is 01:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com