Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
Private Sub effacer_Click()ac1.Value = Falseac2.Value = Falseac3.Value = Falseac4.Value = Falseac5.Value = Falseac6.Value = Falseac7.Value = Falseac8.Value = Falseac9.Value = Falseac10.Value = FalseEnd Subac.... sont des checkboxcomment faire pour ne pas écrire 10 fois la ligne avec unecommande du styledim afor a = 1 to 10"ac" & a.valueúlsenextmerci
Private Sub effacer_Click() ac1.Value = False ac2.Value = False ac3.Value = False ac4.Value = False ac5.Value = False ac6.Value = False ac7.Value = False ac8.Value = False ac9.Value = False ac10.Value = False End Sub ac.... sont des checkbox comment faire pour ne pas écrire 10 fois la ligne avec une commande du style dim a for a = 1 to 10 "ac" & a.valueúlse next merci