B
bad_clone
Hello everybody,
I am currently developing a custom software using Excel's VBA macros.
My problem is : when I use the code :
Private Sub UserForm_KeyDown(ByVal KeyCode As MSForms.ReturnInteger,
ByVal Shift As Integer)
MsgBox "Test"
End Sub
nothing happens even if the userform has the focus. Trying with an
empty
form worked fine, but once I've added a textbox, nothing happened.
Any ideas?
Thanks!
I am currently developing a custom software using Excel's VBA macros.
My problem is : when I use the code :
Private Sub UserForm_KeyDown(ByVal KeyCode As MSForms.ReturnInteger,
ByVal Shift As Integer)
MsgBox "Test"
End Sub
nothing happens even if the userform has the focus. Trying with an
empty
form worked fine, but once I've added a textbox, nothing happened.
Any ideas?
Thanks!