|
-
Oct 19th, 2000, 09:07 AM
#1
Thread Starter
Addicted Member
Can I, and how can I sort a listbox by starting at, say column 10 ?
-
Oct 19th, 2000, 09:39 AM
#2
Frenzied Member
Assuming you already know how to sort arrays, then just use the Mid$ function for what ever length of text you want to sort on.
For example:
If Mid$(ListBox1.List(subscript), 10, complen) > _
Mid$(ListBox1.List(subscript+1), 10, complen)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|