one userform to another

H

Harald Staff

Either both need to be loadad simultaneously at one point, then

Userform2.textbox1.Text = UserForm1.Textbox1.text

or use a spreadsheet cell for temporary storage of the text.

HTH. Best wishes Harald
 
Top