DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Dim t1 As Double, t2 As Double, t3 As Double, t4 As Double, t5 As Double
If IsNumeric(ComboBox1.Value) Then t1 = ComboBox1.Value
If IsNumeric(ComboBox2.Value) Then t2 = ComboBox2.Value
If IsNumeric(ComboBox3.Value) Then t3 = ComboBox3.Value
If IsNumeric(ComboBox4.Value) Then t4 = ComboBox4.Value
If IsNumeric(ComboBox5.Value) Then t5 = ComboBox5.Value
ComboBox6 = Format(t1 + t2 + t3 + t4 + t5, "#,##0.00")
End Sub