DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub ComboBox2_Change()
Application.Goto Reference:=Range(Range("C:C").Find(What:=ComboBox2.Value, LookAt:=xlWhole).Address)
txttarih.Value = Format(Cells(ActiveCell.Row, 4).Value, "dd.mm.yyyy")
txtdirekt.Value = Format(Cells(ActiveCell.Row, 5).Value, "#,##0")
txtsabit.Value = Format(Cells(ActiveCell.Row, 6).Value, "#,##0")
'-------diğerlerini yukarıdaki satırlara bakarak yapabilirsiniz.------
End Sub
Private Sub ComboBox2_Change()
[COLOR="Red"] Sheets("tablo").Select[/COLOR]
Application.Goto Reference:=Range(Range("C:C").Find(What:=ComboBox2.Value, LookAt:=xlWhole).Address)