هادى محمد المامون سالم قام بنشر مارس 4, 2007 قام بنشر مارس 4, 2007 بسم الله الرحمن الرحيم تستطيع ان تعرض البيانات فى Combo Box و مصدر البيانات اكثر من عمود بهذا الكود Private Sub ComboBox1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) ComboBox1.Clear Dim cont As Integer cont = 1 Do Until Cells(cont, 1) = "" ComboBox1.AddItem (Cells(cont, 1) & " | " & Cells(cont, 2)) cont = cont + 1 Loop End Sub مرفق ملف السلام عليكم ComboBoxFor2_01.rar
الجزيرة قام بنشر مارس 4, 2007 قام بنشر مارس 4, 2007 شكراً مشرفنا العزيز هادي سالم على هذا الابداع المتواصل
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.