This event occurs when a user chooses a CommandBarComboBox object on a CommandBar control.
Private Sub commandbar_ComboBoxClick(combobox)
The ComboBoxChange event occurs when the user selects the text in a CommandBarComboBox with the Style property set to cbrComboBoxDropDown.