jameslytle
New Member
- Joined
- Jul 30, 2018
- Messages
- 21
I am having issues passing information between userforms and I have tried asking how to do this here but I think I was asking the wrong questions.
Here is my quandry. I have numerous UserForms that utilize data created on another UserForm but I can't seem to get it to recognize the data so I can use it.
Sample.
UserForm1
ERAText=1
UserForm2
Select Case ERAText
Case 1
Do task
Case 2
Do Task
End Select
UserForm1 creates the initial value of ERAText that I need to transfer to UserForm2 to use in the "Select Case" function.
How do I set the UserForms up to be able to properly pass this data back and forth?
Thanks in advance.
Jim
Here is my quandry. I have numerous UserForms that utilize data created on another UserForm but I can't seem to get it to recognize the data so I can use it.
Sample.
UserForm1
ERAText=1
UserForm2
Select Case ERAText
Case 1
Do task
Case 2
Do Task
End Select
UserForm1 creates the initial value of ERAText that I need to transfer to UserForm2 to use in the "Select Case" function.
How do I set the UserForms up to be able to properly pass this data back and forth?
Thanks in advance.
Jim