l'ho messo nel form
Private Sub Form_Load()
If totale = 10 Then
esatto.Show
Unload Me
End If
End Sub
o provato anche così
Private Sub Form_Click()
If totale = 10 Then
esatto.Show
Unload Me
End If
End Sub
è ovvio che sto sbagliando qualche cosa ma non capisco cosa!!!? :master: potete aiutarmi ?