P
Patrick C. Simonds
I have this simple piece of code to close one UserForm and open another. The
problem is that UserForm2 does not unload before UserForm14 opens, and it
sits behind UserForm14 (partially visible) until UserForm14 is closed. This
works fine on my other 5 UserForms.
Any thoughts?
Private Sub CommandButton2_Click()
Unload UserForm2
UserForm14.Show
End Sub
problem is that UserForm2 does not unload before UserForm14 opens, and it
sits behind UserForm14 (partially visible) until UserForm14 is closed. This
works fine on my other 5 UserForms.
Any thoughts?
Private Sub CommandButton2_Click()
Unload UserForm2
UserForm14.Show
End Sub