The Buttons are grouped in the Class_Init. so when the code in the Class Module is executed, it only sees the clicked button.
As it is, if you click a button once, it changes to red. Click it again and it goes back to gray. The problem is that you can click button 1 and make it red, and click button 2 and make it red at the same time. I'd like to make it so that if you click button two, only button 2 will be red... all others will be gray.
Is it possible with a class module, to work on "unclicked" buttons?
Thanks!
Bookmarks