Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.

XML
<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>
Posted
Updated 30-Sep-15 20:30pm
v2
Comments
Maciej Los 1-Oct-15 17:28pm    
Do not repost!!!

1 solution

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!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900