Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need 3 consecutive message boxes to show if conditions are met
and User responds yes. I can make 2 work but I can't get the 3rd IF to work. e.g., This portion works fine: -------------------------------- If date1 Date Then MsgBox "Cancel Action", vbOKOnly ElseIf date1 <= Date Then MsgBox " Are you sure?",vbYesNoCancel -------------------- 'This last one is the one I need help with: If Response = vbYes Then MsgBox "Do Action",vbYesNoCancel ------------------------------ Thanks in advance, you are all great! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nested ifs | Excel Discussion (Misc queries) | |||
Nested IFs | Excel Worksheet Functions | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Nested if | Excel Worksheet Functions | |||
What is quicker? Nested or non nested ifs | Excel Programming |