Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 Excel 插件并将其安装在我的机器上。当我在桌面 ( sample.xlsx) 上打开 Excel 时,它总是与默认工作簿一起打开Book1.xlsx。当我验证插件菜单时,我看到插件在Excel -> Addins菜单中出现了两次。
sample.xlsx
Book1.xlsx
Excel -> Addins
我们可以设置一个条件,如果具有相似名称的插件已经加载,那么它将不会再次加载?
如果您有多个条目删除不需要的条目,请检查 HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins 下的注册表条目。
还要检查 HKEY_LOCAL_MACHINE 下的相同内容