Hi All,
I have a user form with 2 list boxes, the left box is populated and the right is blank, users will select values on the left and move them to the right list box.
When they hit the command button I want all the selected items in the right list box (ListBox2) to populate an array that I...