Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 24 Mag, 18:01, SteAXA wrote:
MsgBox(prompt[, buttons] [, title] [, helpfile, context]) In buttons you can use VbYesNoCancel if user select: yes msgbox return vbYes (=6), no msgbox return vbNo (=7), cancel msgnox return vbCancel (=2). Ste' Like this ? Dim reply As VbMsgBoxResult reply = MsgBox("Yes = Copy data in Sheet1" & _ vbNewLine & _ "No = Copy data in Sheet2" & _ vbNewLine & _ " otherwise Cancel", _ vbYesNoCancel) Ciao :-8) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
During VBA waiting for Message box answer problem | Excel Programming | |||
Auto answer message box | Excel Discussion (Misc queries) | |||
Answer an Outlook Express message box | Excel Worksheet Functions | |||
Calculator Answer Doesn't Match Excel Answer | Excel Discussion (Misc queries) | |||
How do I make the formula see the message box answer? | Excel Programming |