How can I disable the 'enter' button in a textbox?
I am not sure on what function to use...

Code:
Private Sub Text1_Change()
If ??????? = vbReturn Then
??????????????????????????
End If
End Sub
I tried Keypress/Keydown...