السلام عليكم
بعد اذن استاذنا رجب
جرب هذا
Sub ragab3()
'ßæÏ ÇÓÊÎÑÇÌ ÈíÇäÇÊ
Dim LR As Integer
Dim LR1 As Integer
Set WS = Sheets("57")
Set WS1 = Sheets("58")
LR = WS.Cells(Rows.Count, 1).End(xlUp).Row
LR1 = WS1.Cells(Rows.Count, 1).End(xlUp).Row
x = 10
For Each cll In WS1.Range("A10:A" & LR1)
For Each cl In WS.Range("A5:A" & LR)
If cl = cll Then
Sheets("58").Cells(x, 2).Value = cl.Offset(0, 1).Value
Sheets("58").Cells(x, 3).Value = cl.Offset(0, 2).Value
Sheets("58").Cells(x, 4).Value = cl.Offset(0, 3).Value
x = x + 1
Exit For
End If
Next
Next
End Sub
تحياتي