I have a spreadsheet with very simple ActiveX control button to hide, show columns, and some other buttons for other simple purposes.
But my org would like this to run on Mac as well so I'm trying to switch over to Forms Controls. I know little about coding, tho wish I knew more.
I can't believe that after 25 plus years MS still doesn't make this a simple property on the button to make it easy to change!
Can anyone help with some simple VBA code to change the background color of the button to match what I have on the ActiveX button. The color change will be permanent, not contingent on other cells.
I found some code that changes background color on a Checkbox as it is checked or unchecked so it seems the Button color should be able to be changed as well. But can't figure out how to adapt that code for a Button.
Any help would be appreciated. Would like it to have RGB in the code so I can fine tune the color of the button.
Thanks in advance for any help out there.
But my org would like this to run on Mac as well so I'm trying to switch over to Forms Controls. I know little about coding, tho wish I knew more.
I can't believe that after 25 plus years MS still doesn't make this a simple property on the button to make it easy to change!
Can anyone help with some simple VBA code to change the background color of the button to match what I have on the ActiveX button. The color change will be permanent, not contingent on other cells.
I found some code that changes background color on a Checkbox as it is checked or unchecked so it seems the Button color should be able to be changed as well. But can't figure out how to adapt that code for a Button.
Any help would be appreciated. Would like it to have RGB in the code so I can fine tune the color of the button.
Thanks in advance for any help out there.