View Single Post
 
Old 01-05-2024, 05:12 AM
George24 George24 is offline Windows 11 Office 2021
Novice
 
Join Date: Jan 2024
Posts: 6
George24 is on a distinguished road
Default Insert increase number button

Hi


I am quite new to VBA and haven't had much luck finding a solution to this online.

For context: I have created a 25 by 4 (x,y) table with headers in the first row and first column. The column lists specific products, while the row has different categories. I have to write down the amount of delivered products in their respective row/column.

Is it possible for me to insert an invisible button in each cell (that will pop up when I hover over it) with an option to increase the amount? The base number being <empty> instead of "0", as empty rows will need to be removed by a macros I created.


And to be greedy, can I add a shortcut key to each cell that I want to increase in amount? E.g. Apple - Thomas would be CTRL + 1 + 2 as Apple is the first product and Thomas is the second category. This would increase the cell to "1", and if I use the shortcut key again, it'll increase to 2 etc...

Thank you in advance for your help.



Greetings



Just an example:
Attached Images
File Type: png sketch.PNG (4.4 KB, 13 views)
Reply With Quote