- Katılım
- 2 Mart 2005
- Mesajlar
- 2,960
- Excel Vers. ve Dili
-
ev: Ofis 2007- Win Xp
iş: Ofis 2010- Win Vista
Kod:
Private Sub ComboBox6_Change()
Set s2 = ThisWorkbook.Worksheets("Bilgi_Girisi")
s2_sstr = s2.Cells(65536, 2).End(xlUp).Row
[color="red"] ara = s2.Range("b2:b" & s2_sstr).Find(ComboBox6.Text).Row[/color]
ComboBox3 = Cells(ara, 3)
ComboBox4 = Cells(ara, 4)
TextBox3 = Cells(ara, 5)
TextBox4 = Cells(ara, 6)
TextBox5 = Cells(ara, 7)
TextBox6 = Cells(ara, 8)
TextBox7 = Cells(ara, 9)
TextBox8 = Cells(ara, 10)
TextBox9 = Cells(ara, 11)
TextBox10 = Cells(ara, 12)
End Sub
yeti kayıt ekleneceği zaman hata veriyor
Son düzenleme: