Using CommandBarComboBox Change Event in Office

N

Nicolas Rabaté

Hello everybody,

I've developped a fairly large Word COMAddin in VB. A commandbar interface
is set-up at load time. All interface buttons are CommandBarCommandButton
but one which is a CommandBarComboBox.

I handle the click event without any problem. However the change event does
not work. It is defined as per Microsoft recommandations. I could certainly
provide a piece of code that shows-up what is not working.

I get the following message : "The macro cannot be found or has been
disabled because of your macro security settings". Security settings are set
to low.

Has anyone be successfull in using CommandBarComboBox change event in a
COMAddin? (btw : combobox works fine if handled in an Addin)

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top