Hello Forum,

Thanks in advance for your help.

I have a userform (call it "Child") that has a multitude of listboxes and a few textboxes that I'd like to pop up from a primary userform (call it "Parent"), allow the user to make their selections and entries in Child, then send those entries back to a specific textbox (call it "TxtBx") on the the Parent userform.

I already have code (thanks to this Forum!) that takes the multiselect listbox selections and textbox entries from Child and combines them into a Dim text string called "Selections". Currently it's set up to populate a specific cell in my Excel spreadsheet:
Worksheets("Sheet1").Range("E48").Value = Selections
My requirements have changed and now I need it to populate the Parent textbox as described above, which I will then send to the spreadsheet cell.

Is this possible and, if so, how do I modify this text destination coding to accomplish this?

Again, appreciate your time and help.

Regards,
Chris