I will not that the code below
shall count up or down
'********************************* Sumtax
For lngIndex2 = 1 To ListView1.ListItems.Count
lngTot2 = lngTot2 + ListView1.ListItems(lngIndex2).SubItems(5)
Next
Text10.Text = Format(lngTot2, "###0.00")
if I have say 83.67 in a listview
then in the text10.text shall
be the same amount no differens
text10.text = 83.67