Bonjour je suis en train de réaliser mais a priori il y a une erreur de syntaxe pouvez vous m'éclairer?
Cordialement
Code:
Private Sub BoutonValider_Click()
If OptionButton1.Value = True Then Continuer1 = True
If OptionButton2.Value = True Then Continuer2 = True
If OptionButton3.Value = True Then Continuer3 = True
If Continuer1 = False And Continuer2 = False And Continuer3 = False Then
UserForm1
End If
End If
End If
End If
Unload UserForm2
End Sub
Cordialement