Bonjour à tous,
j'ai un problème avec Ubound , message incompatibilité du type
pourriez-vous m'aider, merci
Private Sub TB_Texte_Change()
Dim T3(), Indice1 As Integer, J As Long
Me.LB_Suggestions.Clear
Indice1 = 0
If Me.TB_Texte <> "" Then
For J = 1 To UBound(t1) (erreur...