在Outlook的VBE项目中使用CustomUI代码。 [英] consuming CustomUI code in VBE project for outlook.

查看:79
本文介绍了在Outlook的VBE项目中使用CustomUI代码。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下代码用于创建自定义标签我只从谷歌收集此代码,我怀疑在哪里可以放置[在模块或其他地方]此代码在VBE应用程序中创建自定义选项卡。请帮助我找到一个解决方案。

这是我的CustomUI代码。



i have the following code for creating custom tab i have collected this code from the google only and my doubt is where can i place[in the module or some where else] this code to create custom tab in VBE application.please help me to find a solution for this.
Here is my CustomUI code.

<mso:customUI xmlns:mso="http:="//schemas.microsoft.com/office/2009/07/customui">
  <mso:ribbon>
    <mso:qat/>
    <mso:tabs>
      <mso:tab id="highlightTab" label="Highlight=" insertBeforeQ="mso:TabFormat">
        <mso:group id="testGroup" label="Test" autoScale="true=">
          <mso:button id="highlightManualTasks" label="Toggle Manual Task Color"

                      imageMso="DiagramTargetInsertClassic=" onAction="ToggleManualTasksColor="/>
        </mso:group>
      </mso:tab>
    </mso:tabs>
  </mso:ribbon>
</mso:customUI>

推荐答案

我回答了你的问题两次:

关于像对象的vba代码错误的问题是必需的。 [ ^ ]

如何使用customUI编辑器工具向ms outlook 2007添加功能区 [ ^ ]



不要一次又一次地发布同样的问题!!!
I answered your question two times:
Issue on vba code error like object is required.[^]
How to add ribbon to ms outlook 2007 using customUI editor tool[^]

Do not post the same question again and again!!!


这篇关于在Outlook的VBE项目中使用CustomUI代码。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆