Private Sub Command2_Click() HScro111.Min=0 HSero111.Max=List1.ListCount HScro111.Value=0 Timer1.Interval= Timer1.Enabled=True End Sub Private Sub Timer1_Timer() If List1.ListCount>0 Then List1.RemoveItem 0 HScro111.Value=HScrolll.Max-List1.ListCount Else Timer1.Enabled= End If End Sub