I have a user form that has two listboxes (listbox1 and listbox2). When a user selects the value from listbox1 and adds it to listbox2, using command button, I would like the selection to disappear from listbox1. Additionally, if the user removes the selection from listbox2, I would like to add...