Re: Prevent move next on Enter

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



> Can I do the same for the Enter-button?
> If KeyCode = vbKeyReturn Then
> KeyCode =0
> End if
> doesn't seem to work?

Got it working with
If KeyCode = 13 Then
KeyCode =0
End if


.


Quantcast