طارق نادر قام بنشر يناير 23, 2019 قام بنشر يناير 23, 2019 (معدل) السلام عليكم اريد تعديل على زر البحث في الفورم 2 بحيث يسترجع البيانات التابعة (ComboBox5) ( ComboBox4) ComboBox3) الموجودة في صفحة اسمها (مخزن) الرقم اسري tareq972708, او تعديل الكود كاملا بكود جديد بحيث ينفذ المطلوب Private Sub CommandButton1_Click() Dim Arr As Variant Dim i As Integer, j As Long, LastR As Long Arr = Array("مخزن", "البيانات") For j = LBound(Arr) To UBound(Arr) LastRow = Sheets(Arr(j)).Cells(Rows.Count, "B").End(xlUp).Row + 1 For i = 2 To 11 UserForm1.ComboBox1.Clear For T = 2 To LastRow If OptionButton1.Value = True Then If TextBox1.Text = Mid(Sheets(Arr(j)).Cells(T, 2).Text, 1, Len(TextBox1.Text)) Then UserForm1.ComboBox1.AddItem Sheets(Arr(j)).Cells(T, 3) UserForm1.Controls("TextBox" & i).Value = Sheets(Arr(j)).Cells(T, i).Value UserForm1.CommandButton5.Enabled = True Unload Me End If Else If OptionButton2.Value = True Then If TextBox1.Text = Mid(Sheets(Arr(j)).Cells(T, 3).Text, 1, Len(TextBox1.Text)) Then UserForm1.ComboBox1.AddItem Sheets(Arr(j)).Cells(T, 3) UserForm1.Controls("TextBox" & i).Value = Sheets(Arr(j)).Cells(T, i).Value UserForm1.CommandButton4.Enabled = True UserForm1.CommandButton5.Enabled = True Unload Me End If End If End If Next Next 'UserForm1.ComboBox1.ListIndex = 0 Next If UserForm1.TextBox2.Text = "" Then MsgBox "åÐÇ ÇáØÇáÈ ÛíÑ ãæÌæÏ", vbInformation + vbMsgBoxRight, "äÊíÌÉ ÇáÈÍË" UserForm1.CommandButton3.Enabled = False End Sub رصد العقوبات طلاب الثانوية العامة.rar تم تعديل يناير 23, 2019 بواسطه طارق نادر
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.