با سلام
خدمت شما
Sub Copy_mir()
Dim Lastrow As Long
Lastrow = Sheet1.Cells(Rows.Count, "B").End(3).Row
Lastrow2 = Sheet2.Cells(Rows.Count, "a").End(3).Row + 1
Sheet2.Range("a2:L" & Lastrow).Delete
B = 2
For Each Cell In Sheet1.Range("B1:B" & Lastrow)
If Cell.Offset(0, 73) = 1 Then
Sheet1.Range("b" & Cell.Row).Copy Sheet2.Range("a" & B)
B = B + 1
End If
Next
End Sub
پایدار باشید میر