| Reverse Listbox Items |
|
|
|
| Tutorials | |||
|
Reverse the items in a listbox using the function below. lst.Sorted=False disables the autosort function.
lst.Sorted = lst.Update()For Each item As String In lst.ItemsNext
lst.Items.Clear() lst.Items.Add(myLBitems(i)) [/code]
myLBitems.Add(item)
|


