Results 1 to 3 of 3
  1. #1
    Derrick T. Davidson is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    142

    Novice question XML Custom Ribbon

    I am trying to create a custom ribbon, the code I have so far is shown below. One problem one question, the macro I included does not show in the ribbon. The other question I have is what is the code I need to add to show another tab? MY CODE SO FAR=<customUIxmlns="http://schemas.microsoft.com/office/2006/01/customui">
    <ribbonstartFromScratch="true">
    <tabs>
    <tab id="MyTab1"label="File">
    <groupid="MyGroup1" label="Exit">
    <labelControlid="myLabel1" label="Close:" />


    <control idMso="FileCloseDatabase" label="Close Database"enabled="true"/>
    </group>
    <group id="MyGroup2" label="Transactions" >
    <button id="RunTransactionMacro" label="NewTransaction" onAction="NewTransaction"/>
    <controlidMso="Copy" label="Copy" enabled="true"/>
    </group>
    <groupid="MyGroup3" label="Mygroup 3" />
    </tab>
    </tabs>
    </ribbon>
    </customUI>

  2. #2
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    Dubai
    Posts
    614
    Best website to learn more about ribbon -http://www.accessribbon.de/en/
    T
    his will create three tabs -
    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
    <ribbon startFromScratch="false">
    <tabs>
    <tab id="MyTab1" label="My Tab1">
    </tab>
    <tab id="MyTab2" label="My Tab2">
    </tab>
    <tab id="MyTab3" label="My Tab3">
    </tab>
    </tabs>
    </ribbon>
    </customUI>

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Create a custom ribbon
    By nick.h in forum Access
    Replies: 3
    Last Post: 03-15-2013, 02:12 PM
  2. custom Ribbon question
    By jscriptor09 in forum Access
    Replies: 0
    Last Post: 07-17-2012, 02:35 PM
  3. Custom Ribbon
    By nkuebelbeck in forum Programming
    Replies: 5
    Last Post: 08-25-2011, 11:55 AM
  4. Put an icon in a custom ribbon
    By ss3373 in forum Access
    Replies: 0
    Last Post: 06-21-2011, 05:52 AM
  5. Replies: 0
    Last Post: 02-02-2010, 01:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums