SyntaxFix
Write A Post
Hire A Developer
Questions
This one worked for me
Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer) If KeyCode = 13 Then Button1_Click End If End Sub