Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you can
method 1 msgbox, "hello World",vbyesno,"my message" method 2 if msgbox( "Continue?",vbyesno,"Program check")=vbNo THEN ///quit code else ///continue code end if "Bishop" wrote: Ok, I see now. You can't use ()'s. Thanks. "Patrick Molloy" wrote: yes the syntax is msgbox prompt, buttons, title VBA intellisence gives you the full list, but basically, whatever you use as "title" will appear as the heading "Bishop" wrote: Can I change the name of a messege box to something other than Microsoft Excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the name of a message box | Excel Programming | |||
Changing a message box colour? | Excel Programming | |||
changing the message in an error message | Excel Worksheet Functions | |||
Changing Format Of INPUT MESSAGE | Excel Programming | |||
changing font in message box | Excel Programming |