AlanAnderson
Board Regular
- Joined
- Jun 7, 2010
- Messages
- 134
Hi,
Another dumb question:
I have Userform1 which obtains info which is then used by Userform 2. To achieve this I am using public variables.
What I am unsure of is how to clear the values in those variables once UserForm2 ends. Is it as simple as vPublic1="" in the last line of userform?
Is there a better way to do this?
Regards,
Alan
Another dumb question:
I have Userform1 which obtains info which is then used by Userform 2. To achieve this I am using public variables.
What I am unsure of is how to clear the values in those variables once UserForm2 ends. Is it as simple as vPublic1="" in the last line of userform?
Is there a better way to do this?
Regards,
Alan