I have a program in PowerPoint that has a grid of command buttons. These change colour or change visibility according to user actions.
I want to reset all the command buttons to visible to start a new game, but have to use a line of code for every button.
Can I run a loop that changes, for example CommandButton1 to CommandButton9.visibility to True.
All the code is on one slide and the whole game is one slide.
Thanks. I can live with lines of code, but want it to look neater.



