自定义工具栏中的文本框
是否可以将文本框控件放在 Excel 的自定义工具栏中。 我创建了一个显示此工具栏的加载项。 我想要做的是,当用户在文本框中键入内容时,加载项应根据用户键入的内容调用过程或函数。
我想在 MS Excel 中用 VBA 来完成。
谢谢。
Is it possible to put textbox control in custom toolbar in Excel. I have created an Add-in that shows this toolbar. What I want to do is when user types in textbox Add-in should call a procedure or function depending what user has typed.
I would like to do it in VBA in MS Excel.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Excel 2007 并已实现 IRibbonExtensibility::GetCustomUI,则可以使用以下 XML 在 Addin GUI 中定义编辑框:
If you are using Excel 2007 and have implemented IRibbonExtensibility::GetCustomUI then you can use the following XML to define an edit box in your Addin GUI:
我发现:
I found out: