VBA: How to change color of a CommandButton
Hi there,
I want to change the command-button color from red to green using VBA
I defined a variable as a shape and used this code
myShape.Fill.ForeColor.RGB = RGB(0,255, 0)
Well, it does not work, no changes so far.
Any Idea, what I did wrong?
Regards
Bruno
|