Error de compilación: La variable de control For ya esta en uso?
Saludos, el experto Aprendemos(Sr. Amor) me ayudo a crear un super macro, pero ahora me esta dando un error cuando lo corro (Error de complilacion: La variable de control For ya esta en uso) y me manda a estas lineas.
For i = 0 To ListBox1.ListCount - 1
'if ListBox.List(i, 1) =
If Mid(ListBox1.List(i, 5), 1, 6) = Mid(ComboBox2, 1, 6) And _
ListBox1.List(i, 0) = TextBox2 Or _
Mid(ListBox1.List(i, 5), 1, 6) = Mid(ComboBox2, 1, 6) And _
ListBox1.List(i, 1) = TextBox3 Or _
Mid(ListBox1.List(i, 5), 1, 6) = Mid(ComboBox2, 1, 6) And _
ListBox1.List(i, 0) = TextBox3 Or _
Mid(ListBox1.List(i, 5), 1, 6) = Mid(ComboBox2, 1, 6) And _
ListBox1.List(i, 1) = TextBox2 Then
If Mid(ListBox1.List(i, 5), 1, 6) = "2-Pale" Then
totfactlist_pale = totfactlist_pale + Val(ListBox1.List(i, 3))
' Else
' totfactlist_quin = totfactlist_quin + Val(ListBox1.List(i, 3))
End If
End If
Next
Gracias de antemano y si deseen que le envíe el archivo por favor facilitenme su correo para que me puedan ayudar