Sorting combobox

L

Lars Brownies

Of an Excel file I'm reading its tab names into an Access combobox using
additem. Since the Excel tabs are not sorted, is it possible to sort the
combobox programmatically?

Thanks,
Lars
 
L

Lars Brownies

Thanks. It partly works. If a tab name has a space in it, the name is
surrounded by a quote ('). If there are tab names with and without a space,
this messes up the sort order.

Lars
 
L

Lars Brownies

Top