السلام عليكم و رحمة الله وبركاته
كل عام وانتم بخير
اخي الفاضل
اضخل رقم الفاتورة ثم اضغط زر كل البيانات
Dim Q1, Q2, FR, TR
Range("A11:L111").ClearContents
Q1 = Range("C6").Value 'رقم الفاتور
TR = 11
For Q2 = 1 To Sheets.Count
If Sheets(Q2).Name = ActiveSheet.Name Then GoTo 3
With Sheets(Q2)
For FR = 3 To 3333
If .Cells(FR, 14) = Q1 Then
Cells(TR, 1) = .Cells(FR, 3) & .Cells(FR, 4)
Cells(TR, 2) = .Cells(FR, 5)
Cells(TR, 3) = .Cells(FR, 6)
Cells(TR, 4) = .Cells(FR, 7)
Cells(TR, 5) = .Cells(FR, 8)
Cells(TR, 6) = .Cells(FR, 9)
Cells(TR, 7) = .Cells(FR, 10)
Cells(TR, 8) = .Cells(FR, 11)
Cells(TR, 9) = .Cells(FR, 12)
Cells(TR, 10) = .Cells(FR, 13)
Cells(TR, 11) = .Cells(FR, 27)
Cells(TR, 12) = .Cells(FR, 26)
Cells(TR, 13) = Sheets(Q2).Name
TR = TR + 1
End If
Next FR
End With
3 Next Q2
End Sub
Testعمرضاحي.xls