Sub BSER()
For a = 2 To [a65536].End(3).Row
t2 = tp1
If Cells(a, 3) = Label1.Caption Then
t1 = Replace(Cells(a, 13), ".", "")
tp1 = Val(t2) + Val(t1)
End If
Next a
TextBox1.Value = Format(tp1, "#,##0.00")
End Sub
t2+t1 işleminde kuruşları toplamıyor. Örneğin;
38700,25+15200,25=53900,00 YTL veriyor.
Yardım edecek arkadaşlara teşekkürler.
For a = 2 To [a65536].End(3).Row
t2 = tp1
If Cells(a, 3) = Label1.Caption Then
t1 = Replace(Cells(a, 13), ".", "")
tp1 = Val(t2) + Val(t1)
End If
Next a
TextBox1.Value = Format(tp1, "#,##0.00")
End Sub
t2+t1 işleminde kuruşları toplamıyor. Örneğin;
38700,25+15200,25=53900,00 YTL veriyor.
Yardım edecek arkadaşlara teşekkürler.