اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

قام بنشر

السلام عليكم

 

استخدم الكود التالي


Sub Macro1()
Dim LR As Long
LR = Cells(Rows.Count, "A").End(xlUp).Row

If LR = 1 Then Exit Sub

Application.ScreenUpdating = False
Range("A2:C" & LR).Copy
With Sheets("ورقة8")
    LR = .Cells(Rows.Count, "A").End(xlUp).Row + 1
    .Range("A" & LR).PasteSpecial xlPasteValues
End With
Application.CutCopyMode = False
Range("A2:C43").ClearContents
Application.ScreenUpdating = True
End Sub

تحياتي

  • Like 1
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • اضف...

Important Information