Is this what you're after?
VB Code:
Dim i As Long For i = List1.ListCount - 1 To 0 Step -1 If UCase(Text1.Text) <> UCase(List1.List(i)) Then 'remove it List1.RemoveItem i End If Next i
|
Results 1 to 10 of 10
Thread: Searching a listboxThreaded View
|
Click Here to Expand Forum to Full Width |