#1   Report Post  
Posted to microsoft.public.excel.programming
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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default MsgBox()

Hello Mike
Very simply with:
MsgBox "This is my personnal critical message", vbCritical + vbOKCancel,
"Warning!"

HTH
Cordially
Pascal

"Mike H." a écrit dans le message de news:
...
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?



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
how can I get a msgbox? AND Excel Discussion (Misc queries) 0 February 12th 09 12:47 PM
msgbox peyman Excel Discussion (Misc queries) 2 September 29th 07 08:21 PM
Msgbox pushp Excel Programming 3 August 30th 04 09:31 PM
Msgbox help JonoB Excel Programming 2 October 27th 03 03:06 PM
Msgbox Bernd[_2_] Excel Programming 0 October 24th 03 10:20 AM


All times are GMT +1. The time now is 07:14 AM.

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

About Us

"It's about Microsoft Excel"