View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamesbehling@gmail.com is offline
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.