ENTER key

  • Thread starter Thread starter irek
  • Start date Start date
I

irek

Hi All;
It seems that VBA treats ENTER key on keyboard and on
keypad differently for the purpose of
Application.OnKey "{ENTER}". Keyboard is captured and
keypad is not. Who knows proper mimic for the keypad?

Irek
 
From the VBA help

ENTER ~ (tilde)
ENTER (numeric keypad) {ENTER}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top