Good morning,
This is my first time to work with userforms and listboxes, and I've been trying for many, many hours to get this to work. I have a userform with 2 listboxes. All I want to do is transfer a single 2-column row of data from listbox1 (a 2-column listbox) when a user double clicks a value over to listbox2 (another 2-column listbox). If the user double clicks 3 different values in listbox1, then each of those 2-column rows would be added as the next available row in listbox2.
Then, when the user has filled listbox2 with the values he/she wants, the user clicks a button that takes each 2-column row in listbox2, concatenates the values with a space between, and pastes them into a range.
Can someone help me, please?
This is my first time to work with userforms and listboxes, and I've been trying for many, many hours to get this to work. I have a userform with 2 listboxes. All I want to do is transfer a single 2-column row of data from listbox1 (a 2-column listbox) when a user double clicks a value over to listbox2 (another 2-column listbox). If the user double clicks 3 different values in listbox1, then each of those 2-column rows would be added as the next available row in listbox2.
Then, when the user has filled listbox2 with the values he/she wants, the user clicks a button that takes each 2-column row in listbox2, concatenates the values with a space between, and pastes them into a range.
Can someone help me, please?