Moving and storing values between two listboxes and excel sheet
Hello-
I have a named range(E68:F111 with a header on the columns) from an excel worksheet and it populates listbox1. I would like to have a command button that moves an item from listbox1 to listbox2 after that item has been selected. It is not necessary to remove the item that has been transfered from listbox1. I would also like to have a commandbutton to remove an item from listbox2 if it was accidentally moved there.
Then I would like it to take the values from listbox2 and put the info from column one into a new sheet in the range (E12:E34). I would like the corresponding value from column 2, listbox2 put in the same sheet but in the range (K12:K34).
I am able to populate listbox one but am having troubles moving the values for both columns to listbox2 and returning the final values to the new sheet range. I don't know if this is even possible but would appreciate any help.
Thanks in advance,
Mark:banghead: