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

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

قام بنشر

لو تكرمتم أخواني كيف يمكن ترتيب قائمة الكومبويوكس أبجدياً مع العلم أن عنوان القائمة مُحدد ضمن خصائص الكومبوبوكس أي في الـ RowSource

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

قام بنشر

UserForm_Initialize()

 rngAnimalList  Range
 arrAnimalList
 n  
 Index  
 bolAdded  
  
  
   rngAnimalList = Sheet1.Range("ListAnimals")
  
  arrAnimalList = rngAnimalList.Value
  
  
  
   n = (arrAnimalList, 1)  (arrAnimalList, 1)
     Me.ComboBox1
       .ListCount > 0 
        
        bolAdded = 
         Index = 1  .ListCount
          
           arrAnimalList(n, 1) < .List(Index - 1) 
            .AddItem arrAnimalList(n, 1), Index - 1
            bolAdded = 
             
           
        
          bolAdded  .AddItem arrAnimalList(n, 1)
      
        .AddItem arrAnimalList(n, 1)
       
     
  
 
  • Like 1

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