如何用VSTO给EXCEL添加右键菜单项用VSTO操纵EXCEL使用C#语言开发的“添加的右键菜单下面的确有MyTest”一项,但是点击却不能进入OnCancelRelate_ClickEventHandler函数请问有谁知道为什么??代码如下//删掉所有名为DEL_SUB_ITEM_STR的菜单项Microsoft.Office.Core.CommandBarcellBar=Globals.ThisWorkbook.Application.CommandBars[cell];Microsoft.Office.Core.CommandBarControlsbars=cellBar.Controls;Microsoft.Office.Core...