I have a userform with two listboxes and three command buttons.
Listbox1 has Rowsource ("a1:a12)
With commandbutton1 (Add) I am adding selected items from listbox1 to listbox2.
With commandbutton2 (Delete) I am deleting items from listbox2.
Third commandbutton is Ok.
I would like with ok button transfer all items from listbox2 to worksheet - Columns (B:B).
How can I do that?
Bookmarks