Click here to Skip to main content
15,888,124 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hey,

i have an automation AddIn based on Interops10 with an simple CommandBarButton.
Everything works fine (Office 2003 - Office 2013, x64, x32, de, en, ...)

But when i active an other AddIn (like "Solver"), the CommandBarButton Click doesn't fire up.
This is only in office 2013!

OPEN entries and LoadBehavior are OK.

Great Thank for any ideas.
Posted

1 solution

juhuuuu:
You have to set the Tag object

CommandBarButton myButton;
myButton.Tag = "TrySuicide";
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900