Hello excelforumkeys,

If Selections has been declared a Public variable in a VBA Module then you can simply assign it to the UserForm's text. In this example UserForm1 represents the "Parent" form.
    UserForm1.TextBox1.Value = Selections