Hi there,
I need some help. I need to refocus a textbox. My code:
Thank you very much,
Necalabria
I need some help. I need to refocus a textbox. My code:
HTML Code:
If vert > 39 Then
Beep
MsgBox "Cantidad MAXIMA de Vértices es 40", vbCritical
Text2 = ""
' I need to refous Text2 from here
End If
Necalabria