Results 1 to 20 of 27

Thread: Solved: Sort data in a listbox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    VBAX Mentor lynnnow's Avatar
    Joined
    Jan 2005
    Location
    Mumbai, Maharashtra, India
    Posts
    305
    Location
    The array has 200 rows and 4 columns with the fields being Last Name, First Name, Phone No., and Email ID or other info (not exceeding 25 chars).

    I read the RowSource help, however, how will you predetermine the size of an array? Will ReDim work?

    I tried ReDim, but my array is a static array, so I can't ReDim it. Also tried using the MyList1(100 to 200, 1 to 4) syntax in the Public statement, but it doesn't work.
    Last edited by lynnnow; 12-17-2007 at 01:27 AM.

Posting Permissions

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