expression A variable that represents a KeyboardEvent object. To run this example, insert a new class module in your VBA project, name it KeyboardListener, and insert the following code in the module.
KeyboardEvent.keyCode, KeyboardEvent.charCode and KeyboardEvent.which are all deprecated now. I think you should keep those around for compatibility only and start using KeyboardEvent.code or ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results