Error en TextBox1 Enter Excel VBa...
Tengo un pequeño obstáculo en mi UserForm, ya que cuando doy clic en el TextBox1 me manda un error en Private Sub TextBox1_Enter() y For i = 1 To TextBox1. ListCount
Ajunto mi código con respecto a ese Campo:
Private Sub TextBox1_Enter() Dim i As Integer Dim j As Integer Dim H As Integer Dim final As Integer Dim tareas As String TextBox1.BackColor = &H80000005 For i = 1 To TextBox1.ListCount TextBox1.RemoveItem 0 Next i For j = 2 To 1000 If Hoja2.Cells(j, 1) = "" Then final = j - 1 Exit For End If Next For H = 2 To final tareas = Hoja2.Cells(H, 1) TextBox1.AddItem (tareas) Next End Sub
2 respuestas
Respuesta de Gomzky ..
1
Respuesta de Abraham Valencia
1