是否可以在 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

抱歉 cybujan,看起来滑块控件在 VBA 中没有任何颜色属性,尽管它在 vb.net 中确实有 Background 属性版本,参见 here and here.