DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Dim i As Long, tpl As Double
For i = 0 To ListBox1.ListCount - 1
If IsNumeric(ListBox1.List(i, 2)) Then tpl = tpl + ListBox1.List(i, 2)
Next
Label1.Caption = Format(tpl, "#,##0.00")
If IsNumeric(ListBox1.List(i, [B][COLOR="Red"]3[/COLOR][/B])) Then tpl = tpl + ListBox1.List(i, [B][COLOR="Red"]3[/COLOR][/B])
Dim i As Long, tpl As Double,tpl2 as double
For i = 0 To ListBox1.ListCount - 1
If IsNumeric(ListBox1.List(i, 2)) Then tpl = tpl + ListBox1.List(i, 2)
if isnumeric(listbox2.list(i,3)) then tpl2=tpl2+listbox1.list(i,3)
Next
textbox1.text = Format(tpl, "#,##0.00")
textbox2.text = Format(tpl2, "#,##0.00")
Kod:Dim i As Long, tpl As Double For i = 0 To ListBox1.ListCount - 1 If IsNumeric(ListBox1.List(i, 2)) Then tpl = tpl + ListBox1.List(i, 2) Next Label1.Caption = Format(tpl, "#,##0.00")