I created a simple aim practice game, where you click on a circle that teleports when you click on it.
I want to count how many times you have clicked the circle.
I created a simple aim practice game, where you click on a circle that teleports when you click on it.
I want to count how many times you have clicked the circle.
Add your shapes to a worksheet, then right-click and "Assign Macro". As an example, it can look like this:
Then your code in a VBA module catches the click events from the shapes (because you linked the shape to the macro in the previous step):