sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,532
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Private Sub ComboBox1_Change()
If ComboBox1.Text = "Gerçek Gelir" Then
TextBox18.Text = Round(CDbl(TextBox16.Value / TextBox17.Value) / 100 * 8, 2)
ElseIf ComboBox1.Text = "Basit Gelir" Then
TextBox18.Text = Round(CDbl(TextBox16.Value / TextBox17.Value), 2)
End If
End Sub
yukarıda hatam var. Combobox ta seçim yaptığımda işlem yapmıyor.
Yardımcı olabilir misiniz
If ComboBox1.Text = "Gerçek Gelir" Then
TextBox18.Text = Round(CDbl(TextBox16.Value / TextBox17.Value) / 100 * 8, 2)
ElseIf ComboBox1.Text = "Basit Gelir" Then
TextBox18.Text = Round(CDbl(TextBox16.Value / TextBox17.Value), 2)
End If
End Sub
yukarıda hatam var. Combobox ta seçim yaptığımda işlem yapmıyor.
Yardımcı olabilir misiniz