Lines Matching refs:response
1695 Dim response As Integer
1698 response = MsgBox(str, vbOKCancel + vbInformation)
1699 If response = vbOK Then ' User chose Ok.
1725 Dim response As Integer
1748 response = MsgBox(str, vbOKCancel + vbInformation)
1749 If response = vbOK Then ' User chose Ok.
2204 Dim Msg, Style, response
2209 response = MsgBox(Msg, Style)
2210 If response = vbYes Then ' User chose Yes.
2468 Dim response As Integer
2473 response = MsgBox(strMsgBox, Buttons:=vbOKCancel + vbInformation)
2475 If response <> vbOK Then
2682 Dim Style, response
2688 response = MsgBox(str, Style)
2689 If response <> vbYes Then
2814 Dim Style, response
2820 response = MsgBox(str, Style)
2821 If response <> vbYes Then
3150 Dim Style, response
3156 response = MsgBox(str, Style)
3157 If response <> vbYes Then