Wednesday, 10 September 2014

Loop through a List box

 
 To loop through a listbox try this
 
 Dim mcount As Integer
        mcount = ListBox3.Items.Count
        Do Until mcount = 0
            ListBox3.SelectedIndex = mcount - 1
            your variable  = ListBox3.SelectedItem
 
            mcount = mcount - 1
        Loop

No comments:

Post a Comment

Chrome 138 the last supported

Chrome 138 the last supported  Hey Everyone, Chrome 138 is the last version of Chrome that will support Android 8.0 (Oreo) and Android 9.0 (...