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.