标签: excel vba excel-vba
如何在VBA中更改Excel OptionButton的填充颜色?
答案 0 :(得分:2)
由于您的意见,我们意外地找到了答案。 :d
ActiveSheet.OptionButtons("MyOptionButton").Interior.Color = RGB(0, 255, 0)