You are here:   9

9

Can I integrate my own ribbon buttons or other controls inside the Access "Home" tab? Or can I move controls within a standard Access ribbon? FAQ Link

No. Access ribbons cannot be manipulated or only very limited manipulation is possible.
 

What you can do is create your own group within an Access tab and in there you can create buttons / controls.



 

 

 


Create table "USysRibbon" in your database (Instructions) with following Ribbon XML:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
   <ribbon startFromScratch="false">
      <tabs>
        <tab idMso="TabHomeAccess">
           <group id="myGroup" label="My Group" insertBeforeMso="GroupViews">
              <button id="myButton" label="My Button" imageMso="HappyFace"/>
           </group>       
         </tab>
      </tabs>
   </ribbon>
</customUI>

For Office Ribbon adjustments Patrick Schmid wrote an AddIn. Further
information:  http://pschmid.net/office2007/ribboncustomizer/index.php

Last Updates:

18.03.2021
New Download added. ...

25.10.2018
Update Site "Trusted Locations" ...

22.10.2018
New Download added. ...

08.04.2018
IDBE RibbonCreator 2016 (x86 and x64) for Office 2013 and Office 2016 - new release. ...

 

Last update: