أستاذى الحبيب / عبد الله باقشير
سلمت يمينك
وبعد اذن أستاذى الحبيب ولاثراء الموضوع
هذا حل عن طريق كود فى حدث الورقة
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count > 1 Then Exit Sub
For i = 3 To 600 Step 10
If Not Intersect(Target, Cells(i, "H")) Is Nothing Then
Range(Cells(i, "H"), Cells(i + 9, "H")) = Target
Range("B3:B12").Copy
Range(Cells(i, "G"), Cells(i + 9, "G")).PasteSpecial xlPasteValues
End If
Next
Application.CutCopyMode = False
End Sub
نسخ _متكرر.rar