Thread
:
Command Button Behavior
View Single Post
#
1
Posted to microsoft.public.excel.programming
No Name
Posts: n/a
Command Button Behavior
Any idea why a simple command button with the following
code would require 2 clicks before it will close?
Private Sub CommandButton2_Click()
Unload UserForm1
End Sub
Reply With Quote