sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,518
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Kod:
Set bul = Range("f2:f65536").Find(TextBox1, lookat:=xlWhole)
If Not bul Is Nothing Then
TextBox1 = Cells(bul.Row, "b")
TextBox2 = Cells(bul.Row, "e")
TextBox3 = Cells(bul.Row, "d")
TextBox4 = Cells(bul.Row, "g")
TextBox5 = Cells(bul.Row, "h")
TextBox6 = Cells(bul.Row, "j")
TextBox7 = Cells(bul.Row, "m")
TextBox8 = Cells(bul.Row, "n")
TextBox9 = Cells(bul.Row, "o")
TextBox10 = Cells(bul.Row, "p")
ComboBox2 = Cells(bul.Row, "l")
ComboBox3 = Cells(bul.Row, "k")
Else
MsgBox "aradığınız kayıt bulunamadı."
End If
Arama Kısmını "Textbox1, Textbox2, Textbox8, Textbox9" olarak ayarlayabilmemiz mümkün mü?