Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interactive course | New Users to Excel | |||
Interactive Workbook | Excel Discussion (Misc queries) | |||
Interactive Forms | Excel Worksheet Functions | |||
iNTERACTIVE EXCEL FILE NOT INTERACTIVE ON THE WEB | Excel Discussion (Misc queries) | |||
interactive vba | Excel Programming |