Quote Originally Posted by nO_OnE View Post
By using the names of the forms along with the objects from that form...
Code:
Userform1.TextBox1.Text
Userform2.TextBox1
Userform3.CheckBox
I assume you are just using VBA from within an Office application.
i have tried that but i don't get any value. lets say that the user input their name in userform1.NameTextbox. when i want to retrieve that information on userform3, i don't get any value.