O anexo só tem o arquivo excel compras.xls, faltou o BD "Base.mdb".
Pela rotina de Somar:
Private Sub CommandButton1_Click()
'Código cópiado do Planilhando = http://www.planilhando.com.br/forum/viewtopic.php?f=23&t=2752&start=10
Dim lngRunningTotal1 As Double
For i = 1 To ListView1.ListItems.Count
lngRunningTotal1 = lngRunningTotal1 + CDbl(ListView1.ListItems(i).ListSubItems(7))
Next
txtSubtotal.Caption = lngRunningTotal1
End Sub
Você está fazendo referencia ao controle de nome "ListView1" e em seu form o controle está com o nome "lstLista", ajuste o nome e veja se não é este o problema.
[]s
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 24/06/2014 10:09 am