I have been trying to change sliders' background color using VBA:
ActiveWorkbook.Worksheets("Dashboard").Slider21.BackColor = "xxxxx"
but have an error saying Object doesn't support this property or method
Sorry cybujan, doesn't look as though the slider control has any colour properties within VBA, although it does have a Background
property in the vb.net version, see here and here.