Cengizhantr06
Altın Üye
- Katılım
- 16 Mayıs 2020
- Mesajlar
- 327
- Excel Vers. ve Dili
- Office 365 Türkçe
- Altın Üyelik Bitiş Tarihi
- 18-05-2025
nerde hata yapıyom İŞBANK PUAN puan deyince değişmiyor
Private Sub ComboBox3_Change()
If ComboBox3.Value = "İŞBANK" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "İŞBANK İMECE KART" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "İŞBANK PUAN" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "HALKBANK" Then
TextBox70.Value = "1231012"
End If
If ComboBox3.Value = "HALKBANK PUAN" Then
TextBox70.Value = "1231012"
End If
If ComboBox3.Value = "DENİZBANK" Then
TextBox70.Value = "280500000356112"
End If
If ComboBox3.Value = "DENİZBANK ÜRETİCİ KART" Then
TextBox70.Value = "280500000356112"
End If
If ComboBox3.Value = "ZİRAAT KART" Then
TextBox70.Value = "295218"
End If
If ComboBox3.Value = "ZİRAAT BAŞAK KART" Then
TextBox70.Value = "295218"
End If
End Sub
Private Sub ComboBox3_Change()
If ComboBox3.Value = "İŞBANK" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "İŞBANK İMECE KART" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "İŞBANK PUAN" Then
TextBox70.Value = "47268024"
End If
If ComboBox3.Value = "HALKBANK" Then
TextBox70.Value = "1231012"
End If
If ComboBox3.Value = "HALKBANK PUAN" Then
TextBox70.Value = "1231012"
End If
If ComboBox3.Value = "DENİZBANK" Then
TextBox70.Value = "280500000356112"
End If
If ComboBox3.Value = "DENİZBANK ÜRETİCİ KART" Then
TextBox70.Value = "280500000356112"
End If
If ComboBox3.Value = "ZİRAAT KART" Then
TextBox70.Value = "295218"
End If
If ComboBox3.Value = "ZİRAAT BAŞAK KART" Then
TextBox70.Value = "295218"
End If
End Sub