- Katılım
- 10 Nisan 2008
- Mesajlar
- 650
- Excel Vers. ve Dili
- 2010 - TÜRKÇE
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
For sat = 6 To Cells(65536, "a").End(xlUp).Row
ListBox3.AddItem
ListBox3.List(S, 0) = Cells(sat, "a")
ListBox3.List(S, 1) = Cells(sat, "c")
ListBox3.List(S, 2) = Cells(sat, "d")
ListBox3.List(S, 3) = Cells(sat, "e")
ListBox3.List(S, 4) = Cells(sat, "f")
S = S + 1
Next
[B][COLOR="Red"]TextBox12.Text = Format(WorksheetFunction.Sum(Range("D6:D" & sat - 1)), "#,##0.00")
TextBox13.Text = Format(WorksheetFunction.Sum(Range("E6:E" & sat - 1)), "#,##0.00")
TextBox14.Text = Format(WorksheetFunction.Sum(Range("F6:F" & sat - 1)), "#,##0.00")[/COLOR][/B]