Private Sub Text1_Change()
If Chr(Left(Text1.Text, 1)) = 13 Then SubRoutine
End Sub
Private Sub TextBox1_KeyPress(KeyAscii As Integer)
If KeyAscii=13 Then
KeyAscii=0
MsgBox TextBox1.Text
End If
End Sub
Сейчас этот форум просматривают: AhrefsBot, Google-бот и гости: 17