• DİKKAT

    DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
    Altın Üyelik Hakkında Bilgi

Soru combobox change

Katılım
16 Mayıs 2020
Mesajlar
327
Excel Vers. ve Dili
Office 365 Türkçe
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
 
Görselde ki sonuçlar aynı, buraya bir bakın.
224463
 
Change olayından başka tetiklemeyi deneyiniz, Change hataların oluşmasına müsaittir.
 
Geri
Üst