Thread: MsgBox()
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike H. Mike H. is offline
external usenet poster
 
Posts: 471
Default MsgBox()

I want to display a message box with an icon, Buttons:=vbCritical, but I also
want to have the user have more than just the OK button to click, like
vbOkCancel. How can I do both?