VBA 应用程序从 Office 2002 迁移到 Office 2007
寻求从 Office 2002 - VBA Word Doc 应用程序到 Office 2007 的迁移。
问题:虽然 Office 2007 支持 VBA 应用程序 - VB 宏代码,但菜单栏未出现。 事实上,VBA 宏菜单显示在“加载项”下。
经过研究,我意识到Office 2007支持XML - Ribbon。 是否有任何理想的方法将 VBA 宏应用程序迁移到 Office 2007?
Looking for Migration from Office 2002 - VBA Word Doc Application to Office 2007.
Issues: Though Office 2007 Supports VBA Application - VB Macro Code, Menu Bars are not appearing. Indeed, VBA Macro Menus display under "Add-ins".
On a study, I realized Office 2007 Supports XML - Ribbon. Is there any ideal approach to migrate VBA Macro Application to Office 2007?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好的选择是这两篇 MSDN 文章:自定义 2007 Office Fluent 功能区 和使用功能区 XML 创建自定义选项卡,尽管它们看起来他们专注于在所有应用程序中执行此操作,而不仅仅是一个应用程序。 每个 Office 应用程序都有帮助文档,要获取所有这些应用程序,请尝试以下 Google 查询:site:msdn.microsoft.com Office 2007 添加按钮到功能区。
第一个链接中的此片段应该是您要查找的内容:
Your best bet would be these two MSDN articles: Customizing the 2007 Office Fluent Ribbon and Creating a Custom Tab by Using Ribbon XML, although they look like they focus on doing it across all applications, rather than just one. There help docs for each Office app, to get them all try this Google query: site:msdn.microsoft.com office 2007 add button to ribbon.
This snippet, from the first link, should be what you're looking for: