Transferring information from one user form to another
It's pretty easy to do. Reference everything by the userform.
UserForm2.TextBox1.Value = UserForm1.TextBox1.Value
Does that help?
Charles
wrote in message
ps.com...
Does anyone have info on this by chance?
Thanks in advance!
Michelle
|