Microsoft Outlook Customize Ribbon

北战南征 提交于 2019-12-12 04:17:04

问题


here is the official documentation of how to add a button to the Ribbon in Microsoft Outlook which will invoke some macros written by developer on click, looks very simple:

https://support.office.com/en-us/article/Assign-a-macro-to-a-button-728c83ec-61d0-40bd-b6ba-927f84eb5d2c

this is actually what i want to do but not manually. Is there way to do this programatically? I've searched about it, but nothing came out of it(.Thanks in advance.


回答1:


Ribbon can only be modified from a COM addin. Please see https://msdn.microsoft.com/en-us/library/bb398246.aspx



来源:https://stackoverflow.com/questions/34788968/microsoft-outlook-customize-ribbon

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!