How would i be able to display the minimum value in a listbox using vb5/6
Printable View
How would i be able to display the minimum value in a listbox using vb5/6
It is the same method as you would use with an array, as per your other thread on this subject, just with slightly different syntax (using List1.List() and List1.ListCount rather than the array and UBound).
Please do not post multiple threads for the same question - this thread is now closed.