Bonjour,
merci pour la reponse
entre temps j'ai trouver en faisant cela:
Private Sub CommandButton1_Click()
Sheets("10").Range("A19").Resize(Me.ListBox1.ListCount, 1).Value = ListBox1.List
Sheets("10").Range("A19").Resize(Me.ListBox1.ListCount, 2).Value = ListBox1.List
Sheets("10").Range("A19").Resize(Me.ListBox1.ListCount, 3).Value = ListBox1.List
Sheets("10").Range("A19").Resize(Me.ListBox1.ListCount, 4).Value = ListBox1.List
Unload Me
End Sub
je vais tester ta solution qui semble beaucoup plus propre
Merci
Cordialement.