Re bonjour
j'aimerais savoir si cela peux etre optimisé? cela fonctionne mais j'aimerais apprendre
Private Sub OptionButton1_Click()
If OptionButton1.Value = True Then
caution.Value = "Caution 1200€"
End If
End Sub
Private Sub OptionButton2_Click()
If OptionButton2.Value = True Then
caution.Value = "Caution 300€"
End If
End Sub
j'ai 2 boutons d'option et une textbox (caution)
j'ai commencer a lire les cours mais je me perds direct dans les boucles
merci
sinon tant pis