Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Something like
ans = MsgBox("Press a button", vbYesNo) If ans = vbYes Then You can use button values of vbOKOnly, vbOKCancel, vbABortRetryIgnore, vbYesNoCancel, VbYesNo, vbRetryCancel, vbCritical, vbQuestion, vbExclamation, vbInformation and you can combine like this vbYesNo + vbExclamation -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "dcstech" wrote in message ... How do you get the return status from a message box............i.e. What button was pushed? |
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) | |||
Can MsgBox Do This?? | Excel Programming |