Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interactive course pepenacho New Users to Excel 1 July 16th 07 10:23 AM
Interactive Workbook Ryan Excel Discussion (Misc queries) 0 June 29th 07 08:48 PM
Interactive Forms Susan Excel Worksheet Functions 0 January 25th 06 09:48 PM
iNTERACTIVE EXCEL FILE NOT INTERACTIVE ON THE WEB kathy in kansas Excel Discussion (Misc queries) 0 January 24th 05 07:47 PM
interactive vba Hervé Hanuise Excel Programming 1 October 8th 03 05:49 PM


All times are GMT +1. The time now is 09:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"