Re,
J'ai aussi essaye cela:
Function extract_data_in_listbox()
Dim row_number As Integer
For row_number = 0 To ListBox20.ListCount
If (ListBox20.Selected(row_number) = True) Then
ComboBox1 = ListBox20.List(row_number, 0)
ComboBox2 = ListBox20.List(row_number, 1)
ComboBox3 = ListBox20.List(row_number, 2)
ComboBox4 = ListBox20.List(row_number, 3)
ComboBox5 = ListBox20.List(row_number, 4)
ComboBox6 = ListBox20.List(row_number, 5)
ComboBox7 = ListBox20.List(row_number, 6)
ComboBox8 = ListBox20.List(row_number, 7)
ComboBox9 = ListBox20.List(row_number, 8)
ComboBox10 = ListBox20.List(row_number, 9)
ComboBox11 = ListBox20.List(row_number, 10)
ComboBox12 = ListBox20.List(row_number, 11)
ComboBox13 = ListBox20.List(row_number, 12)
ComboBox14 = ListBox20.List(row_number, 13)
ComboBox15 = ListBox20.List(row_number, 14)
ComboBox16 = ListBox20.List(row_number, 15)
ComboBox17 = ListBox20.List(row_number, 16)
ComboBox18 = ListBox20.List(row_number, 17)
ComboBox19 = ListBox20.List(row_number, 18)
ComboBox20 = ListBox20.List(row_number, 19)
ComboBox21 = ListBox20.List(row_number, 20)
ComboBox22 = ListBox20.List(row_number, 21)
ComboBox23 = ListBox20.List(row_number, 22)
ComboBox24 = ListBox20.List(row_number, 23)
ComboBox25 = ListBox20.List(row_number, 24)
ComboBox26 = ListBox20.List(row_number, 25)
TextBox26 = ListBox20.List(row_number, 26)
TextBox27 = ListBox20.List(row_number, 27)
TextBox28 = ListBox20.List(row_number, 28)
TextBox29 = ListBox20.List(row_number, 29)
TextBox30 = ListBox20.List(row_number, 30)
End If
Next row_number
End Function
Private Sub ListBox20_Click ()
Call extract_data_in_listbox
End Sub
Rien non plus ....
?
Help,
@+