cacchio un altro problema
codice:
Private Sub t_socion_Validate(Cancel As Boolean)
If IsNumeric(t_socion.text) Then
Cancel = False
Else
MsgBox ("Puoi inserire solo numeri nel Campo: 'Socio N.' ")
t_socion.SetFocus
End If
End Sub
dopo il msgBox il fuoco non và su quella textBox perchè?