Number pad onkey IDs

J

Joshua

Anyone know how to find the full list of.onkey IDs for the numberpad?

Thanks,

Joshua
 
J

Joel

I found an interesting help topic going to the START Button in XP and going
to help. Copy the line below into the seach box

Calling a BIOS Interrupt to Determine the Scan Code of a Key
 
G

Gary''s Student

Application.OnKey "{96}" to "{105}" for the numberpad numeric keys, with
"{106}" - "{111}" for the other numberpad keys [/*-+.]
 
Top