Not as far as I know

What you could do is link the item selection in the drop box to a label.

In the Label you can then set the BG color to the dropdox selection, just as a example


So selecting cboColorList.AddItem "Orange" would change the Label's BG to Orange, and you could set the Label Caption to "Orange'

Paul