Hello,
I try to select by the vba code, one element in a list box.
I found this code on this site:
Function Selectionner(Liste As ListBox, Colonne As Integer, Chercher As String)
Dim i As Integer
Dim Trouve As Boolean
For i = 0 To Liste.ListCount - 1
If...