How can I get text from UserForm1.Textbox1 to Userform2.textbox1??
H Harald Staff Aug 26, 2006 #2 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
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