是否可以在 Excel 中更改滑块控件的背景颜色和其他视觉属性(通过 VBA 或其他方式)?
Is it possible to change background colour and other visual attributes of Slider Control in Excel (via VBA or otherwise)?
我一直在尝试使用 VBA 更改滑块的背景颜色:
ActiveWorkbook.Worksheets("Dashboard").Slider21.BackColor = "xxxxx"
但是有一个错误说 Object doesn't support this property or method
我一直在尝试使用 VBA 更改滑块的背景颜色:
ActiveWorkbook.Worksheets("Dashboard").Slider21.BackColor = "xxxxx"
但是有一个错误说 Object doesn't support this property or method