使用 VBA 创建 Outlook 2003 工具栏
在 Excel 2003 中,我可以访问 Application.CommandBars
集合以使用 VBA 创建自定义工具栏。 Outlook 2003 中有类似的功能吗?
我正在尝试更改客户工具栏按钮上的标签。将来我想从头开始创建工具栏。
干杯, Dave
--Trindaz 谈 Fedang #Outlook-vbas
In Excel 2003 I can access the collection Application.CommandBars
to create custom toolbars using VBA. Is there an equivalent in Outlook 2003?
I am trying to change the labels on buttons of a customer toolbar. In the future I'd like to create the toolbar from scratch.
Cheers,
Dave
--Trindaz on Fedang #Outlook-vbas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终我自己解决了这个问题。如果您有兴趣,这是代码:
Ended up solving this one myself. Here's the code if you're interested: