Error en el código al sumar una columna del listbox. ¿Que hago mal?
Intento sumar la columna 5 del listbox, pero el código me da error en la parte que tengo señalada. ¿Alguien qué me pueda ayudar con esto?
r = .Range("A1").CurrentRegion End If With ListBox1 .List = r For x = 0 To .ListCount - 1 If ListBox1.List(x, 5) <> "" Then t = t + .List(x, 5) '<Aquí me da error End If Next Label25.Caption = t End With End With
1 Respuesta
Respuesta de Dante Amor
3