It's nice to hear you have it all under control.
Change the code you have for ListBox1 to this.
ThePrivate Sub ListBox1_Click() Sheets("Sheet1").Cells(Rows.Count, 1).End(xlUp).Offset(1) = ListBox1 Sheets("Sheet1").Cells(Rows.Count, 1).End(xlUp).Offset(, 1) = ListBox1.Column(1, Me.ListBox1.ListIndex) TextBox1.SetFocus ListBox1.Clear TextBox1 = "" End Sub
is not required I think. Try it with it and without itListBox1.Clear
BTW, where are you in Spain. I lived there for 8 months (Tarragona)