Hello world!
I want to create a msgbox that contains yes or no buttons
MsgBox "yes or no?" , vbYesNo + vbQuestion, "Vérification")
but the problem is how to get the answer! ie if the user select "yes" then continue if "no" an other msgbox to enter the right answer is displayed
thx a lot
I want to create a msgbox that contains yes or no buttons
MsgBox "yes or no?" , vbYesNo + vbQuestion, "Vérification")
but the problem is how to get the answer! ie if the user select "yes" then continue if "no" an other msgbox to enter the right answer is displayed
thx a lot