Z
zuckermanf
I am trying to create a custom QAT ribbon and I'm almost there.....
I have created the XML code below in USysRibbon table and it seems to
work fine. But there are two additional buttons I want to add (AZ sort
ascending & ZA sort descending). These do not seem to work as the
others. I can add these buttons manually to the QAT, but I cannot seem
to add them via the XML code.
Can anyone help?
Fred
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/
customui">
<ribbon startFromScratch="true" >
<qat>
<sharedControls>
<button idMso="FindDialog" />
<button idMso="FilePrintPreview" />
<button idMso="FilterAdvancedByForm" />
<button idMso="ApplyFilter" />
</sharedControls>
</qat>
</ribbon>
</customUI>
I've tried inserting the following attempts without success:
<button idMso="SortUp" />
<button idMso="SortAscending" />
<toggleButton idMso="SortUp" />
<toggleButton idMso="SortAscending" />
I have created the XML code below in USysRibbon table and it seems to
work fine. But there are two additional buttons I want to add (AZ sort
ascending & ZA sort descending). These do not seem to work as the
others. I can add these buttons manually to the QAT, but I cannot seem
to add them via the XML code.
Can anyone help?
Fred
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/
customui">
<ribbon startFromScratch="true" >
<qat>
<sharedControls>
<button idMso="FindDialog" />
<button idMso="FilePrintPreview" />
<button idMso="FilterAdvancedByForm" />
<button idMso="ApplyFilter" />
</sharedControls>
</qat>
</ribbon>
</customUI>
I've tried inserting the following attempts without success:
<button idMso="SortUp" />
<button idMso="SortAscending" />
<toggleButton idMso="SortUp" />
<toggleButton idMso="SortAscending" />