Excuse my ignorance...
I am looking to create a tally counter in excel with 26 banks/columns (B2:B13 and D2:D13) controlled by the "Esc" through "F12" keys and the "~" through "=" keys.
I have tried inserting an activex check box and setting the true value to initiate SendKeys.Send("^"). Then set the OnKey of "^{Esc}" for example to "B2=B2+1".
Did not work...so I was hoping someone could point me in the right direction or let me know if this is even possible.
Thank you in advance!
I am looking to create a tally counter in excel with 26 banks/columns (B2:B13 and D2:D13) controlled by the "Esc" through "F12" keys and the "~" through "=" keys.
I have tried inserting an activex check box and setting the true value to initiate SendKeys.Send("^"). Then set the OnKey of "^{Esc}" for example to "B2=B2+1".
Did not work...so I was hoping someone could point me in the right direction or let me know if this is even possible.
Thank you in advance!