الى خبراء الاكسل برجاء المساعدة فى زيادة سرعة هذا الكود حيث انه يؤدى الغرض المطلوب لكن ببطئ فهل يمكن تحديد المدى بخطوة واحدة بدلا من تكرارها20 مرة.
R = Application.WorksheetFunction.CountA(Sheet13.[C4:C100000]) + 4
For C = 3 To 8
Sheet13.Cells(R, C) = Cells(6, C)
Sheet13.Cells(R + 1, C) = Cells(7, C)
Sheet13.Cells(R + 2, C) = Cells(8, C)
Sheet13.Cells(R + 3, C) = Cells(9, C)
Sheet13.Cells(R + 4, C) = Cells(10, C)
Sheet13.Cells(R + 5, C) = Cells(11, C)
Sheet13.Cells(R + 6, C) = Cells(12, C)
Sheet13.Cells(R + 7, C) = Cells(13, C)
Sheet13.Cells(R + 8, C) = Cells(14, C)
Sheet13.Cells(R + 9, C) = Cells(15, C)
Sheet13.Cells(R + 10, C) = Cells(16, C)
Sheet13.Cells(R + 11, C) = Cells(17, C)
Sheet13.Cells(R + 12, C) = Cells(18, C)
Sheet13.Cells(R + 13, C) = Cells(19, C)
Sheet13.Cells(R + 14, C) = Cells(20, C)
Sheet13.Cells(R + 15, C) = Cells(21, C)
Sheet13.Cells(R + 16, C) = Cells(22, C)
Sheet13.Cells(R + 17, C) = Cells(23, C)
Sheet13.Cells(R + 18, C) = Cells(24, C)
Sheet13.Cells(R + 19, C) = Cells(25, C)