T
Temjeh
Guest
Bonjour à tous
Je bug sur ceci(mais j'y suis presque):
Dim Ctrl As Control
For Each Ctrl In Me.Controls
If Ctrl = 'x' Then
Ctrl.Interior.Color = RGB(0, 0, 0)
Else
Exit Sub
End If
Next
Pour tout les textbox ou il y a un x le fond devient noir
Merci beaucoup
Temjeh
Je bug sur ceci(mais j'y suis presque):
Dim Ctrl As Control
For Each Ctrl In Me.Controls
If Ctrl = 'x' Then
Ctrl.Interior.Color = RGB(0, 0, 0)
Else
Exit Sub
End If
Next
Pour tout les textbox ou il y a un x le fond devient noir
Merci beaucoup
Temjeh