sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,518
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Es Selamün Aleyküm
Textbox8 'e istenen değeri getiremedim. Rica etsem yardımcı olabilir misiniz?
Kod:
If ComboBox3.Value = "Eğitim Öğretim Hizmetleri Sınıfı" And ComboBox2.Text = "Öğretmen" Then
If TextBox7 > 8000 Then
TextBox8.Value = Sheets("H Cetveli").Range("C3").Value
If TextBox7 >= 5800 And TextBox7 < 8000 Then
TextBox8.Value = Sheets("H Cetveli").Range("C4").Value
If TextBox7 >= 3000 And TextBox7 < 5800 Then
TextBox8.Value = Sheets("H Cetveli").Range("C5").Value
Else
If ComboBox3.Value <> "Eğitim Öğretim Hizmetleri Sınıfı" And ComboBox2.Text <> "Öğretmen" Then
If TextBox4 = 1 And TextBox4 <= 4 Then
TextBox8.Value = Sheets("H Cetveli").Range("C6").Value
If TextBox4 = 5 And TextBox4 <= 15 Then
TextBox8.Value = Sheets("H Cetveli").Range("C7").Value
End If
End If
End If
End If
End If
End If
End If
Son düzenleme: