Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Total = 0
For Each itm In ListBox1.ItemsSelected
Total = Total + ListBox1.Column(1, itm)
Next itm
[code]
If the value you want to total is in the bound column, you can use the ItemData property instead: ListBox1.ItemData(itm).
Rick Sprague
Want the best answers? See faq181-2886
[COLOR=blue]To write a program from scratch, first create the universe.[/color] - Paraphrased from Albert Einstein