View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Donny[_3_] Donny[_3_] is offline
external usenet poster
 
Posts: 6
Default Activate Spin Buttons with Keys

Pretty Simple I think, I'm just learning VBA. I want to be able to
control two different spin buttons with 4 different keys. (ex. i key is
up, k key is down on one spin button, j key is left and L key is right
on the other spin button. I already have some code written for these
buttons, I would just like to hit a key rather than clicking the
buttons. Also, I want to be able to hold down the key just like
clicking and holding.