Anyone
in user Forfm
Private Sub UserForm_Initialize()
combobox1.dropstyle = 1-FrmDropButtonStyleArrow
'when UserForm is Intialized or activated the
combobox1.value = "" 'or
combobox1.text = ""
End Sub
1. When clicked on above combobox1 or on the arrowbutton of the combobox1...