View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Die_Another_Day Die_Another_Day is offline
external usenet poster
 
Posts: 644
Default 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