I have two UserForms and two scenarios.
Scenario #1: The UserForm1 has combobox' that's supposed to be filled up beforehand before UserForm2 is shown, the problem occurs whenever I unload UserForm2, all the combobox' resets to their default values, why?
Scenario #2: When I click outside the UserForm1, for example the desktop, then clicks back to UserForm1, the same problems occurs, combobox' resets to their default values, why?