- Katılım
- 30 Kasım 2006
- Mesajlar
- 411
- Excel Vers. ve Dili
- Excel 2007 - Türkçe
- Altın Üyelik Bitiş Tarihi
- 05.07.2020
If OptionButton1 = True Then
satir = ComboBox3.ListIndex + 3
Range(Cells(satir, "F")).Value = Range(Cells(satir, "F")) + TextBox1.Value
End If
If OptionButton2 = True Then
satir = ComboBox3.ListIndex + 3
Range(Cells(satir, "G")).Value = Range(Cells(satir, "G")) + TextBox1.Value
End If
satir = ComboBox3.ListIndex + 3
Range(Cells(satir, "F")).Value = Range(Cells(satir, "F")) + TextBox1.Value
End If
If OptionButton2 = True Then
satir = ComboBox3.ListIndex + 3
Range(Cells(satir, "G")).Value = Range(Cells(satir, "G")) + TextBox1.Value
End If
