Managed Addin problem.

A

Ahsan

I have created a managed Addin using C#. I have created a tool bar which has
a CommandBarButton and a CommandBarComboBox. I have also attached events to
button and combobox. The button event is working fine. But when I change the
Index of the combo a dialog box appears which Says "The macro cannot be found
or has been disabled because of your Macro security settings." and then the
combo events fire and normal execution takes place. I have also set security
setting to high, medium and low but the same problem occurs. I have checked
the addin on word 2000 and word 2003
 
J

Javed

Hi Ahsan,
the problem is ur Add-In is unable for find the Script set to the the
OnAction Property of ComboBox. check it out if its really present or
misspelled.

--
Javed hussain
Software Developer
GoNetBPO (Pvt.) Ltd.
UAN: +92-21-111-276-111
Tel: +92-21-4391340-7 Ext: 407
Cell: 0300-2659032 Fax:+92-21-4547129
[email protected]
www.GoNetBPO.com
 
Top