I have a workbook with several comboboxes (and listboxes) and a lot of vba written around them. I\'ve used the same code in the Workbook_Open procedure to format them for we
I just move the shape to fix
Private Sub MyComboBox_DropButtonClick() ActiveSheet.Shapes("ComboBox1").Top = 1 ActiveSheet.Shapes("ComboBox1").Top = 2 End Sub