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

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

قام بنشر

السلام عليكم

إخوني في المنتدي

هذا العمل لأخي العيدروس وأخي طارق

أريد التعديل عليه بحث يكون الترحيل حسب الشرط المختار من الخلية L1

تقبلوا شكري

fold.rar

قام بنشر

السلام عليكم

اخي قم بتغيير  السطر التالي

If Cells(a, 7) = "يعتمد" Then

بهذا السطر

If Cells(a, 7) = Cells(1, 12) Then

و هذا السطر ايضا

If Cells(y, "g").Value = "يعتمد" Then Rows(y).EntireRow.Delete

بهذا السطر

If Cells(y, "g").Value = Cells(1, 12) Then Rows(y).EntireRow.Delete
قام بنشر

السلام عليكم

جرب ان تغير هذه الجزئية

    If Cells(a, 7) = Cells(1, 12) Then
    Range(Cells(a, 1), Cells(a, 7)).Copy
    Workbooks(f2Name).Sheets(1).[A1000].End(xlUp).Offset(1, 0).PasteSpecial Paste:=xlPasteValues

بهذه الجزئية

If Cells(a, 7) = Cells(1, 12) Then
Range(Cells(a, 1), Cells(a, 7)).Copy Workbooks(f2Name).Sheets(1).[A1000].End(xlUp).Offset(1, 0)

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