A
Alan T
I have a userform (uf1) which contains a button which will displa
another userform (uf2) when selected.
On uf2 I have a listbox which populates with with a number of colleagu
names when it opens. The listbox (lb1)is configured to allow selectio
of more than one name at a time. Also on uf2 I have two buttons (one t
close the userform, the other to copy the data selected in the listbo
into a textbox (tb5) on uf1). This is where I am struggling.
I'm looking for the second button to capture the selections made i
lb1, copy these into tb5 (in the format ... John Smith; Jane Doe; Jo
Bloggs etc), and then close uf2 and return the user to uf1 with dat
populated. I'm not sure how to copy selected data from one userform t
the other
another userform (uf2) when selected.
On uf2 I have a listbox which populates with with a number of colleagu
names when it opens. The listbox (lb1)is configured to allow selectio
of more than one name at a time. Also on uf2 I have two buttons (one t
close the userform, the other to copy the data selected in the listbo
into a textbox (tb5) on uf1). This is where I am struggling.
I'm looking for the second button to capture the selections made i
lb1, copy these into tb5 (in the format ... John Smith; Jane Doe; Jo
Bloggs etc), and then close uf2 and return the user to uf1 with dat
populated. I'm not sure how to copy selected data from one userform t
the other