Bonsoir le forum,
Je cherche comment changer la couleur de fond d'un textbox selon 2 conditions sans succès. J'ai essayé ceci :
If tabtemp(O, 20) = True Then
CheckBox11.Value = True
OptionButton1.Value = True
TextBox4.BackColor = RGB(0, 32, 64) 'mais je veux bleu pâle
End If
Une petite idée ?
Merci
Je cherche comment changer la couleur de fond d'un textbox selon 2 conditions sans succès. J'ai essayé ceci :
If tabtemp(O, 20) = True Then
CheckBox11.Value = True
OptionButton1.Value = True
TextBox4.BackColor = RGB(0, 32, 64) 'mais je veux bleu pâle
End If
Une petite idée ?
Merci