如何创建一个按钮来调用我的 VSTO 加载项?
我需要在工作表上创建一个按钮,它将调用我的 VSTO 加载项中的函数。我怎样才能做到这一点?
I need to create a button on the worksheet, that will call function in my VSTO add-in. How I can achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这个有用的链接:
http://vbadud.blogspot.com /2008/11/call-method-in-vsto-addin-from-visual.html
正如它所说,您需要确保已将其公开以供外部使用。一旦完成,来自 Excel 的调用将如下所示:
Check out this helpful link:
http://vbadud.blogspot.com/2008/11/call-method-in-vsto-addin-from-visual.html
As it says, you need to make sure you have exposed it for external use. Once it is, the call from excel would look something like this: