‘method 1 Unload Me ‘method 2 Unload <user form name> ‘method 3 <user form name>.Hide
What is the difference between Unload and Hide?
Unload clears all data stored in the userform, kind of like restarting a computer. Hide keeps the data but just makes the form go away, like sleeping your computer.
Advertisements