Thread: Numeric Keypad
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Spencer Hutton[_4_] Spencer Hutton[_4_] is offline
external usenet poster
 
Posts: 10
Default Numeric Keypad

I ha posted a question yesterday, asnwered by several people, regarding the
OnKey method. I needed a macro, "MyMacro" to run when the user clicked the
number 1 key. Application.OnKey "{1}", "MyMacro" worked fine. the issue
was that i think most people use the numeric ketypad rather than the numbers
above the letter keys. is there a way to use the numeric keypad only, or
both? TIA.