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

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

قام بنشر

السلام عليكم

Sub khCopy_Rng()

Dim Last As Long

Dim MyCopy As Range, MyPost As Range


With Sheets("1")

    Last = .Cells(.Rows.Count, "A").End(xlUp).Row

    Set MyCopy = .Range(.Range("A5"), .Cells(Last, "P"))

End With


With Sheets("2")

    Last = .Cells(.Rows.Count, "A").End(xlUp).Row + 1

    Set MyPost = .Cells(Last, "A")

End With


MyCopy.Copy MyPost


MsgBox "تم الترحيل بنجاح"


Set MyCopy = Nothing

Set MyPost = Nothing

End Sub

شاهد المرفق

اكسل 2003

ترحيل بيانات من ورقة الى اخرى.rar

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.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information