Hi,

I am trying to create a control to simply tally counts I make, I've got a spin button working to simply add / subtract a selected cell by clicking the up or down button, though I am trying [without success] to link a keyboard button keystoke to tally, say: numpad1.down == +1 -> cell A1, numpad2.down == +1 -> cell A2, etc. I would really appreciate some help!

Gracias!!