Sorting a List Box

G

Guest

I have a listbox that I need to sort. It is a list of names, followed by an
employee ID. I need to sort this list alphabetically. A straight alpha sort
should do the trick, as their last name comes first. The data is pulled from
a sheet that contains a greater number of employees, who are selected by the
appropriate department. The end result is that there is no specific range
that can be referenced or sorted within the source data. I need a routine
that will simply sort the items in the listbox alphabetically. Can someone
help me?
 
G

Guest

This would be very useful, except that every time I try to pass my listbox to
the routine, it barks back at me and says "Run-time Error '424'": Object
Required
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top