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
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