Hi,

I have a two listboxes on a user form.
One listbox (A) is an alphabetical list of names. Another listbox (B) contains those name the user selected from listboxA.

Once the user selects an item in listboxA that item is removed from listboxA and moved to listboxB. However, if user selects name in listboxB and wants to put this name back into listboxA i need it put back into alphabetical order..........any ideas how to do this?