VBCommons/ui/ribbonXL/customUI.xml
2024-06-07 20:46:40 +03:00

16 lines
555 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="HT03_NPA" label="РЕЕСТР НПА" >
<group id="Group1" label="Функционал Excel модуля" >
<button id="HT03_NextDoc" visible="true" size="large"
label="Следющий документ"
supertip="Следующий необработанный документ"
imageMso="PivotTableGroupSelection"
onAction="OnAction"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>