Button in Form
I have a problem,
there´s a form, which is accessable via a single button in a sheet.
In this form there´s another button called GO, so i have:
Private Sub Go_Click()
MsgBox ("button clicked... ")
End Sub
When I click this button in my form, nothing happen... the MsgBox warning
does not shows.
What can be the problem here?
|