اذهب الي المحتوي
أوفيسنا

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

قام بنشر

اخواني أعضاء المنتدي الكرام بعد سلام الله عليكم ورحمة الله وبركاته

مرفق ملف به كود ترحيل من شيت control4  ( الأعمد الموضوع عليها اسهم ) الي شيت مناداة4

الكود به خطأ مش عارف اصححه

ارجو تصحيحه أو ماذا افعل لكي اصححهمصطفي.xlsb 

ولكم جزيل الشكر ووافر الاحترام

مصطفي.xlsb

قام بنشر (معدل)

وعليكم السلام ورحمة الله تعالى وبركاته

جرب هدا 

Sub مناداة_4()

Dim wb As Workbook, wsData As Worksheet, wsDest As Worksheet
Dim arr As Variant, k As Variant, Col As Variant, r As Long
Set wb = ThisWorkbook: Set wsData = wb.Sheets("control4"): Set wsDest = wb.Sheets("مناداة4")

    
    arr = wsData.Range("C10:U" & wsData.Cells(Rows.Count, 6).End(xlUp).Row).Value2
    
    Application.ScreenUpdating = False
    
    wsDest.Range("l5:W1000").ClearContents
    
    Col = Array(12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23)
    
    For Each k In Array(1, 3, 4, 8, 10, 11, 14, 15, 16, 17, 18, 19)
        wsDest.Cells(5, Col(r)).Resize(UBound(arr, 1)).Value = Application.Index(arr, , k)
        r = r + 1
    Next k
   
Application.ScreenUpdating = True

End Sub

 

مصطفي - 2.xlsb

تم تعديل بواسطه محمد هشام.
  • Like 3
قام بنشر

بارك الله فيك وأكثر الله من أمثالك

لي طلب عند حضرتك عايز اعرف المقصود من رقم 6 هل المقصود به العمود 6 في control4 اللي هو الاسم

    
    arr = wsData.Range("C10:U" & wsData.Cells(Rows.Count, 6).End(xlUp).Row).Value2

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