The basic problem is that your code is trying to add a popup menu to a
combobox. This does not make sense.
I suspect you do not want a commandbar at all. You probably just need to add
a button to the userform and make it visible when the combobox item is
selected.
Perhaps a description of what the user will do and see would help us
understand.