Just a point. You may want to check that there is something in the ListBox first:
VB Code:
Option Explicit Private Sub Command1_Click() If List1.ListIndex > -1 Then List1.ListIndex = 0 End Sub
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |