crazyjosty
Programmer
When I add a combobox and add som items, the selected item's text is almost not readable. Any suggestions?
This is what I do:
ThisWorkbook.Sheets(1).OLEObjects.Add(ClassType:="Forms.ComboBox.1", Link:=False, _
DisplayAsIcon:=False, Left:=100, Top:=0, Width:=80, Height:=18).Select
This is what I do:
ThisWorkbook.Sheets(1).OLEObjects.Add(ClassType:="Forms.ComboBox.1", Link:=False, _
DisplayAsIcon:=False, Left:=100, Top:=0, Width:=80, Height:=18).Select