I need to know how to cancel a msgbox if the user chooses "No" in the following code:
Dim Msg, Style, Title, Help, Ctxt, Response, MyString
Msg = "Do you want to continue with the IMPORT?" ' Define message.
Style = vbYesNo + vbCritical + vbDefaultButton2 ' Define...