将 Word 2003 自定义宏工具栏迁移到 Word 2007 的最简单方法?
我有一系列为 Word 2003 开发的宏和工具栏。现在我的办公室正在升级到 Word 2007,我需要迁移它们。 宏本身可以零费力地迁移,但工具栏是一个不同的问题。 工具栏的随机子集显示在“加载项”功能区选项卡中,但我还没有找到控制哪些工具栏的方法。
可能比较复杂的一点是,我通过将模板放入用户的 Word STARTUP 文件夹 (C:\Documents and Settings\username\Application Data\Microsoft\Word\STARTUP) 来部署宏。 虽然我可以将 normal.dot 中的宏添加到快速访问工具栏中,但无法从此启动模板中添加宏。 无论如何,我想要一个更好、更结构化的布局。
那么,在 Word 2007 中复制自定义宏工具栏的最简单方法是什么?
I have a series of macros and toolbars that I developed for Word 2003. Now that my office is upgrading to Word 2007, I need to migrate them. The macros themselves migrate with zero effort, but the toolbars are a different issue. A random subset of the toolbars show up in the "Add-Ins" ribbon tab, but I haven't found a way to control which ones.
Something that may be a complication is that I deploy the macros by placing a template into a user's Word STARTUP folder (C:\Documents and Settings\username\Application Data\Microsoft\Word\STARTUP). While I can add macros from normal.dot into the Quick Access Toolbar, I cannot add macros from this startup template. I'd like a better, more structured layout anyway.
So, what's the easiest way to replicate my custom macro toolbars in Word 2007?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为 Word 2003 开发的宏和工具栏位于许多 .dot 文件中。 我只是将这些 .dot 文件放入我的 Startup 文件夹中。 我重新启动了 Word'07,这些宏工具栏出现在加载项功能区中。
祝你好运
The macros and toolbars that I developed for Word 2003 are in a number of .dot files. I simply put these .dot files into my Startup folder. I restarted Word'07 an wallah, these Macro toolbars appeared in the Add-Ins ribbon.
Good Luck