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

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

قام بنشر

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

اخوانى و اساتذتى الكرام برجاء المساعدة

استخدمت المايكرو المرفق فى دالة الترتيب و هو يعمل بكفاءة و لكن عند ترتيب الاناث تظهر فى اخر الورقة و ليس اولها

Dim Ans As String
Dim oSort As String
 Ans = MsgBox("""No"" = ÊÑÊíÈ ÐßÑ" & Chr(10) & """Yes"" = ÊÑÊíÈ ÃäËì", vbYesNo + vbInformation)
 oSort = IIf(Ans = vbYes, xlAscending, xlDescending)
 
 
 Range("b10:aa1009").Select
 Selection.Sort Key1:=Range("c10"), Order1:=xlDescending, Header:=xlNo, _
 OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
 DataOption1:=xlSortNormal
 
 Range("b10:aa1009").Select
 Selection.Sort Key1:=Range("i10"), Order1:=oSort, Key2:=Range("c10") _
 , Order2:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:= _
 False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2 _
 :=xlSortNormal
 Range("c10").Select

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