Hi,
I have 2 identical 7 column userform list boxes and wish to transfer one row from list box 1 and add to list box 2.
Everything works except for the fact that it only transfers the item in the first colum.
Any ideas how I can get all 7 columns data for the specific row to transfer over?
ListBox2.AddItem ListBox1.Value
Thanks.
I have 2 identical 7 column userform list boxes and wish to transfer one row from list box 1 and add to list box 2.
Everything works except for the fact that it only transfers the item in the first colum.
Any ideas how I can get all 7 columns data for the specific row to transfer over?
ListBox2.AddItem ListBox1.Value
Thanks.