I have a worksheet with 28 ActiveX command buttons. When a button is clicked, its macro performs an action and changes that button's backcolour. I need to create a macro to reset all buttons to their original pale grey color. Is there a way to do this without using 28 lines of code to change each one individually?