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

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

قام بنشر

بعد اذن اخي ياسر خليل هذا كود مع مثال:

 

Sub btnSort_Click()


Dim rngSort As Range
Dim ws As Worksheet


  Set ws = Sheets("Data")
  Set rngSort = ws.Range("B2", "D7")
  
  'Key1 = التاريخ, Key2=الاسم, Key3=العمر
  rngSort.Sort _
        Key1:=ws.Range("B2"), Order1:=xlAscending, _
        Key2:=Range("B3"), Order2:=xlAscending, _
        Key3:=Range("B4"), Order3:=xlAscending, _
        Header:=xlYes, OrderCustom:=1, MatchCase:=False, _
        Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, _
        DataOption2:=xlSortNormal, DataOption3:=xlSortNormal
End Sub

 

Sort by Date.zip

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

هلا بيك اخي اكرم

 

اخي ياسر شكرا على الملاحظة:

 

تصحيح بالنسبة لحقل الاسم من المفترض ان يكن C2 و حقل العمر D2 

Key1:=ws.Range("B2"), Order1:=xlAscending, _
Key2:=Range("C2"), Order2:=xlAscending, _
Key3:=Range("D2"), Order3:=xlAscending, _
تم تعديل بواسطه ابو تراب
قام بنشر

جزاكم الله خيرا أخي أبو تراث .. وبارك الله فيك .. التصحيح ليس غرضه النقد الهدام إنما البناء وكلنا هنا نتعلم من بعضنا البعض ونتبادل الخبرات

قام بنشر

بارك الله فيك اخي ياسر و سعدت بمرورك و تصحيح الخطأ...ولي الشرف ان اتعلم منكم و من جميع الاعضاء الكرام

 

تحياتي

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