Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like this....
Sub Display_Message( Dim UserResp As VbMsgBoxResul UserResp = MsgBox("Hi - please click a button", vbOKCancel, "Hi" If UserResp = vbOK The MsgBox ("You clicked OK" ElseIf UserResp = vbCancel The MsgBox ("You clicked Cancel" End I End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I get a msgbox? | Excel Discussion (Misc queries) | |||
msgbox | Excel Worksheet Functions | |||
MsgBox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
MsgBox | Excel Programming |