Quirky Button

N

nbs

Any idea why a simple command button with the following
code would require 2 clicks before it will close? Is
there a better way to clase a form?

Private Sub CommandButton2_Click()
Unload UserForm1
End Sub

(Resending w/additional question)
Thanks in advance!
 
Top