Results 1 to 2 of 2

Thread: Display Minimum Value in Listbox

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Display Minimum Value in Listbox

    How would i be able to display the minimum value in a listbox using vb5/6

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Display Minimum Value in Listbox

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width