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

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

  • أفضل إجابة
قام بنشر

الماكرو الصحيح والاسرع

Sub Mohamed()
Dim my_sh As Worksheet
Dim lr

With Sheets(1)
  For Each f In .Range("f2", .Range("f1").End(4))
    If f <> "" Then
    'هذا السطر للتأكد من وجود الشيت
    '++++++++++++++++++++++++++++++++++++++++++++++
    If Evaluate("ISREF('" & f.Value & "" & "'!A1)") = False Then _
        GoTo next_f
    '++++++++++++++++++++++++++++++++++++++++++++++
        Set my_sh = Sheets(f.Value & "")
        lr = my_sh.Cells(Rows.Count, 1).End(3).Row + 1
        my_sh.Cells(lr, 1).Resize(, 6).Value = _
       .Cells(f.Row, 1).Resize(, 6).Value
    End If
next_f:
  Next
End With
End Sub

الملف مرفق

 

 

ABD KADER.xlsm

  • Like 2

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