Thread: Button in Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bbussoloti bbussoloti is offline
external usenet poster
 
Posts: 13
Default 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?