View Single Post
 
Old 04-30-2021, 04:42 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2019
Expert
 
Join Date: Aug 2014
Posts: 4,105
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

You cannot modify built-in galleries. You should create a Custom gallery e.g.

Code:
customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
  <ribbon>
    <tabs>
      <tab id="Tab" insertBeforeMso="TabHome" label="Custom1">
   <group id="Group2" label="LL" >
        <gallery id="CustomAutoTextGallery" label="Lunge" size="large" image="Lunge" />
        </group>
      </tab>
    </tabs>
  </ribbon>
</customUI>
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote