Hi ! Is there a way (please show code) that I could use the keypress event to trap if the right arrow key has been pressed. I can trap the right arrow using the keydown event ; however I have some code in the sub of the keypress which requires me to remain in the same sub. . . I don't want to remove the keydown event ; just want to trap the right arrow within the keypress event.
Thanking you in advance
Start Free Trial