arkadaşlar dosyam büyük olduğu için buraya koymadım. A sutunundan IQ sutununa kadar verilerim mevcut. veri başlıkları 5. satırda.
veri girişi için userform yaptım bul menüsü ekledim ancak. b sutununa endeksli. ve comboboxa bağlı çalışıyor. bazı verileri buluyor ve listeliyor bazılarını bulamıyor. bul makrosu doğrumu değilmi.
Private Sub CommandButton3_Click()
For Each hucre In Range("b2:b" & WorksheetFunction.CountA(Range("b2:b65000")))
If StrConv(hucre.Value, vbUpperCase) = StrConv(ComboBox2.Value, vbUpperCase) Then
hucre.Select
TextBox1 = ActiveCell.Offset(0, -1).Value
TextBox3 = ActiveCell.Offset(0, 1).Value
ComboBox4 = ActiveCell.Offset(0, 2).Value
TextBox5 = ActiveCell.Offset(0, 3).Value
ComboBox3 = ActiveCell.Offset(0, 4).Value
TextBox7 = ActiveCell.Offset(0, 5).Value
TextBox8 = ActiveCell.Offset(0, 6).Value
TextBox9 = ActiveCell.Offset(0, 7).Value
....................... şeklinde devam ediyor.
veri girişi için userform yaptım bul menüsü ekledim ancak. b sutununa endeksli. ve comboboxa bağlı çalışıyor. bazı verileri buluyor ve listeliyor bazılarını bulamıyor. bul makrosu doğrumu değilmi.
Private Sub CommandButton3_Click()
For Each hucre In Range("b2:b" & WorksheetFunction.CountA(Range("b2:b65000")))
If StrConv(hucre.Value, vbUpperCase) = StrConv(ComboBox2.Value, vbUpperCase) Then
hucre.Select
TextBox1 = ActiveCell.Offset(0, -1).Value
TextBox3 = ActiveCell.Offset(0, 1).Value
ComboBox4 = ActiveCell.Offset(0, 2).Value
TextBox5 = ActiveCell.Offset(0, 3).Value
ComboBox3 = ActiveCell.Offset(0, 4).Value
TextBox7 = ActiveCell.Offset(0, 5).Value
TextBox8 = ActiveCell.Offset(0, 6).Value
TextBox9 = ActiveCell.Offset(0, 7).Value
....................... şeklinde devam ediyor.