Tally Counter

mlsmcc

New Member
Joined
Apr 30, 2008
Messages
6
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!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
A couple things, first that range is a total of 24 cells, not 26. It is also in 2 columns.

How are you trying to increment the cells exactly? Why not just use the double click event to control the incrementation?
 
Upvote 0
A couple things, first that range is a total of 24 cells, not 26. It is also in 2 columns.

How are you trying to increment the cells exactly? Why not just use the double click event to control the incrementation?


1) That is correct...the range would actually be in columns B:N and rows 2 and 4.:biggrin:

2a) I would like to increment the cells using the keyboard keys. (i.e. Pressing "Esc" or "Cntrl+Esc" increments B2+1)

2b) The mouse would be useless as in some cases the tally keys will have to be pressed in a fast sequence.
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top