G
Gary Hillerson
I'm trying to figure out the best way to create a multi-column list
box in VBA that's like the ones Explorer and lots of other programs
use. The screen presents a list of items with different columns, and
the user user can click on a column head to sort by that column.
I'm not sure, but I'm guessing this is one large, scrolling list box
with tabs in the strings to "columnize" and each column heading set up
as a button that triggers the sorting. I can do that and can apply a
sorting algorithm, but I'm wondering if there are easier or canned
solutions available.
I need any solution to be compatible with Word 97 and above.
Any info appreciated.
thanks in advance,
gary
box in VBA that's like the ones Explorer and lots of other programs
use. The screen presents a list of items with different columns, and
the user user can click on a column head to sort by that column.
I'm not sure, but I'm guessing this is one large, scrolling list box
with tabs in the strings to "columnize" and each column heading set up
as a button that triggers the sorting. I can do that and can apply a
sorting algorithm, but I'm wondering if there are easier or canned
solutions available.
I need any solution to be compatible with Word 97 and above.
Any info appreciated.
thanks in advance,
gary