How to Suppress a keystroke in VBA.
I have a textbox. When the user hits the plus sign (on the numeric keypad) , I would like to both
(1) Prevent the keystroke from falling AND
(2) Tab the user backward one control in the tab order.
I'm not sure how to do either 1 or 2 as yet. I realize it will be the keypress event or keydown event, but I don't know the syntax.
I have a textbox. When the user hits the plus sign (on the numeric keypad) , I would like to both
(1) Prevent the keystroke from falling AND
(2) Tab the user backward one control in the tab order.
I'm not sure how to do either 1 or 2 as yet. I realize it will be the keypress event or keydown event, but I don't know the syntax.