Forum Discussion
dremanef
Jul 10, 2019Copper Contributor
EXCEL VBA CODE AND LOGIC
Hello community. I hope someone can help me with this. The idea is to click on several buttons and excel registers which button was clicked and then, when I click on a master command button, i...
Jul 10, 2019
Conceptually:
create the buttons
create global variables, one variable for each button
let the button code set the respective variable to a value, like "clicked"
let the button code for the master button check all the variables and then change the value of the corresponding cell. After that, reset the variables back to "not clicked"