ListBox1 (data)
A
B
C
D

Text1 reflects what is selected in ListBox1

IE. if I click c in the listbox c goes to the text box

How would I make it so when I click A , hold the mouse button down, scroll down Listbox1, and see each letter in Text1 as I pass over the letters in ListBox1 . ie I want Text1 to show A B C D as I pass over them in Listbox1

Right now it only works from the click event when I stop on a letter.