Hi
In your commandbutton2_click code, you could add loops to clear out the comboboxes before unloading the form. Something like
Do the same for Textbox1.![]()
For I = 1 To 20 UserForm1.Controls("ComboBox" & I).Value = "" Next I
Is this what you are chasing? You seem to be able to shut down form 2, and have form 1 show again.
rylo
Bookmarks