It has an easier way than typing
x = UserForm1.textbox2.value
?
This statement means: Copy the value of the UserForm1 text box1 .
I wanted to replace the "UserForm1" statement with something that means "Open UserForm."
that is: copy the value of text box 1 from the "Open UserForm".