Elsa Matilde respondió:
La siguiente rutina se ejecuta al clic en algún botón (podes cambiar esto y asignarla en otro evento) Private Sub CommandButton1_Click() For i = 0 To ListBox1.ListCount - 1 'ajustar nbre del control ListBox tot = tot + Val(ListBox1. List(i, 2))...
Sumar Una Columna Especifica De Un ListBox