ahmed_ummu
Altın Üye
- Katılım
- 28 Mart 2011
- Mesajlar
- 763
- Excel Vers. ve Dili
- Excel 2010 Professional Plus 64 Bit
- Altın Üyelik Bitiş Tarihi
- 15-10-2026
Merhaba rakadaşlar
Aşağıdaki kod ile Textbox232 nin değeri sadece "A" değerini alıyor. Combobox31 den diğer seçenekleri seçtiğimde Textbox232 nin değeri herhangi bir değer alımıyor. Nerede hata var yardımcı olabilir misiniz.
If ComboBox31.Value = "Sağlık Özrü Nedeniyle" Then
TextBox232.Value = "A"
End If
If ComboBox31.Value = "Doğum Yapmam Nedeniyle" Then
TextBox232.Value = "B"
End If
If ComboBox31.Value = "Evlatlık Edinmemiz Nedeniyle" Then
TextBox232.Value = "C"
End If
If ComboBox31.Value = "Eşimin Yurtdışı Görevi nedeniyle" Then
TextBox232.Value = "D"
End If
If ComboBox31.Value = "Hizmet Yılından Dolayı İsteğe Bağlı Olarak" Then
TextBox232.Value = "E"
End If
If ComboBox31.Value = "Askere Gitmem Gedeniyle" Then
TextBox232.Value = "G"
End If
Aşağıdaki kod ile Textbox232 nin değeri sadece "A" değerini alıyor. Combobox31 den diğer seçenekleri seçtiğimde Textbox232 nin değeri herhangi bir değer alımıyor. Nerede hata var yardımcı olabilir misiniz.
If ComboBox31.Value = "Sağlık Özrü Nedeniyle" Then
TextBox232.Value = "A"
End If
If ComboBox31.Value = "Doğum Yapmam Nedeniyle" Then
TextBox232.Value = "B"
End If
If ComboBox31.Value = "Evlatlık Edinmemiz Nedeniyle" Then
TextBox232.Value = "C"
End If
If ComboBox31.Value = "Eşimin Yurtdışı Görevi nedeniyle" Then
TextBox232.Value = "D"
End If
If ComboBox31.Value = "Hizmet Yılından Dolayı İsteğe Bağlı Olarak" Then
TextBox232.Value = "E"
End If
If ComboBox31.Value = "Askere Gitmem Gedeniyle" Then
TextBox232.Value = "G"
End If