السلام عليكم
الاخ الحبيب / طلعت محمد حسن
بارك الله فيك
لتفيذ طلبك يمكنك استخدام الكود التالي اخي الحبيب
وعذرا علي التأخير ... حيث لم اري الطلب الا الآن
Private Sub ComboBox1_Change()
Dim v As Integer, Lr
ListBox1.Clear
Lr = ورقه1.Cells(ورقه1.Rows.Count, "A").End(xlUp).Row
For i = 1 To Lr
If ورقه1.Cells(i, 1).Offset(0, 8) = ComboBox1.Text Then
ListBox1.AddItem ورقه1.Cells(i, 1).Value
ListBox1.List(v, 1) = ورقه1.Cells(i, 1).Offset(0, 1).Value
ListBox1.List(v, 2) = ورقه1.Cells(i, 1).Offset(0, 2).Value
ListBox1.List(v, 3) = ورقه1.Cells(i, 1).Offset(0, 3).Value
ListBox1.List(v, 4) = ورقه1.Cells(i, 1).Offset(0, 4).Value
ListBox1.List(v, 5) = ورقه1.Cells(i, 1).Offset(0, 5).Value
ListBox1.List(v, 6) = ورقه1.Cells(i, 1).Offset(0, 6).Value
ListBox1.List(v, 7) = ورقه1.Cells(i, 1).Offset(0, 7).Value
ListBox1.List(v, 8) = ورقه1.Cells(i, 1).Offset(0, 8).Value
ListBox1.List(v, 9) = ورقه1.Cells(i, 1).Offset(0, 9).Value
v = v + 1
End If
Next
End Sub
واليك الملف بالمرفقات
الكتب.rar