Your current problem is that the textbox does not exist once you unload the form.

The easiest way to code it (there are several other possibilities) would be to declare a Public variable in the parent module, and set that variable to the textbox contents before unloading the form.