S
steve
I have written a com addin for word,excel,powerpoint and outlook using c#.
It adds a custom menu with threemenu items.
For excel,powerpoint and outlook it all works fine and the click event is
fired for each menu item.
However, for word I get the following two scenarios
1) If I create the button styles as msoButtonCaption I do not get the events
fired at all for any menu item
2) If I create the button styles as msoButtonIconAndCaption I only get the
event fired for the first menu item.
In response to some other posts I have ensured that the Tag property has
been set a unique value.
Any suggestions?
It adds a custom menu with threemenu items.
For excel,powerpoint and outlook it all works fine and the click event is
fired for each menu item.
However, for word I get the following two scenarios
1) If I create the button styles as msoButtonCaption I do not get the events
fired at all for any menu item
2) If I create the button styles as msoButtonIconAndCaption I only get the
event fired for the first menu item.
In response to some other posts I have ensured that the Tag property has
been set a unique value.
Any suggestions?