Consulting

Results 1 to 5 of 5

Thread: Solved: Modifying tab order on the ribbon

  1. #1

    Solved: Modifying tab order on the ribbon

    Is there any way to force my new tab to be the first tab and have it open when word comes up? I use the following XML code and my tab is still at the end of the list. Is there a way to modify the tab order to put my tab first?

    <ribbon startFromScratch="true">
    <
    tabs>
    <
    tab id="CT1"label="My Tab">
    <
    group id="Grp1">
    <
    button id="PreviousDocument"label="Previous Document"size="normal"imageMso="GoRtl"getEnabled="getEnabled"getVisible="getVisible"onAction="PreviousDocument"/>
    <
    button id="NextDocument"label="Next Document"size="normal"imageMso="GoLeftToRight"getEnabled="getEnabled"getVisible="getVisible"onAction="NextDocument"/>
    </
    group>
    </
    tab>
    <
    tab idMso="TabHome"visible="true" />
    <
    tab idMso="TabInsert"visible="true" />
    <
    tab idMso="TabPageLayoutWord"visible="true" />
    <
    tab idMso="TabReferences"visible="true" />
    <
    tab idMso="TabReviewWord"visible="true" />
    <
    tab idMso="TabView"visible="true" />
    <
    tab idMso="TabDeveloper"visible="true" />
    </
    tabs>
    </ribbon>

  2. #2
    try

    <tab id="CT1"label="My Tab" insertBeforeMso
    ="TabHome"

  3. #3
    Thanks

    Can you take a look at my other issue?

  4. #4
    Your welcome.

    I will see what I can do about your other issue. I thin it may be a bug in Word 2007.

  5. #5
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,443
    Location
    ???????????????
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •