Menu Ribbon v.02
Menu Ribbon v.02
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<!-- **************************************************************************-->
<!-- ****Disable 'Exit Excel' and 'Excel Options' on the Office Button menu****-->
<!-- **************************************************************************-->
<commands>
<command idMso="ApplicationOptionsDialog" enabled="false"/>
</commands>
<!-- *******************************************************************-->
<!-- *****Set startFromScratch to true to hide the Ribbon and QAT*******-->
<!-- ********Hide New, Open and Save on the Office Button menu**********-->
<!-- **************Hide Contextual tabs on the Ribbon*******************-->
<!-- *******************************************************************-->
<!-- startFromScratch="true" hides all of the Ribbon tabs and it hide the
QAT. -->
<!-- It also hides most of the commands on the Office Button menu, but for
-->
<!-- some reason, it does not hide the 'New', 'Open' and 'Save' commands.
-->
<!-- Also it not hides the Contextual tabs on the ribbon, for example the
-->
<!-- Format tab that you see when you select a picture on your worksheet.
-->
<!-- So if you want to hide them you must use the RibbonX below:
-->
<officeMenu>
<button idMso="FileNew" visible="false"/>
<button idMso="FileOpen" visible="false"/>
<button idMso="FileSave" visible="true" />
</officeMenu>
<contextualTabs>
<tabSet idMso="TabSetSmartArtTools" visible="false" />
<tabSet idMso="TabSetChartTools" visible="false" />
<tabSet idMso="TabSetDrawingTools" visible="false" />
<tabSet idMso="TabSetPictureTools" visible="false" />
<tabSet idMso="TabSetPivotTableTools" visible="false" />
<tabSet idMso="TabSetHeaderAndFooterTools" visible="false" />
<tabSet idMso="TabSetTableToolsExcel" visible="false" />
<tabSet idMso="TabSetPivotChartTools" visible="false" />
<tabSet idMso="TabSetInkTools" visible="false" />
</contextualTabs>
<!-- Add Custom tab to the Ribbon with your own buttons-->
<!-- The example add three groups to the new tab named 'My Tab' -->
<!-- On the last tab there is a menu with five options-->
<tabs>
<tab id="tabBaru1" label="AESASMART.V.02" insertAfterMso="TabHome">
<button id="Log1"
label="Login Operator"
size="large"
onAction="operator"
image="operatoricon"/>
<separator id="DbGroup01Grs1" />
<button id="Log2"
label="Login Wakur"
size="large"
onAction="wakur"
image="org"/>
<separator id="DbGroup01Grs2" />
<button id="Log3"
label="Login Guru"
size="large"
onAction="kordin"
image="alq"/>
<separator id="DbGroup01Grs3" />
</group>
<button id="L5"
label="Eks Lughoh"
size="large"
onAction="progsek"
image="ekspor"/>
<separator id="DbGroup01Grs5" />
<button id="L6"
label="Eks Adab"
size="large"
onAction="mguru"
image="ekspor"/>
<separator id="DbGroup01Grs6" />
<button id="L7"
label="Detail Tahfidz"
size="large"
onAction="rapbss"
image="print"/>
<separator id="DbGroup01Grs7" />
<button id="L8"
label="Detail Lughoh"
size="large"
onAction="copy1"
image="print"/>
<separator id="DbGroup01Grs8" />
<button id="L9"
label="Detail Adab"
size="large"
onAction="copy2"
image="print"/>
<separator id="DbGroup01Grs9" />
<button id="L10"
label="Cetak Pengantar"
size="large"
onAction="copy3"
image="p"/>
<separator id="DbGroup01Grs10" />
</group>
</tab>
<tab id="tabBaru2" label="BANTUAN"> <!--
insertAfterMso="TabHome"> -->
<group id="DbGroup06" label="Fitur Gratis Untuk Guru dan TA">
<button id="firur01"
label="Cetak Kode Login"
size="large"
onAction="fita"
image="operatoricon" />
<separator id="DbGroup06Grs1" />
<button id="Fitur02"
label="Help"
size="large"
onAction="fitag"
image="abs" />
<separator id="DbGroup06Grs2" />
<button id="Fitur03"
label="Register"
size="large"
onAction="fitat"
image="sekolah" />
<separator id="DbGroup06Grs3" />
<button id="Fitur04"
label="Tentang Saya"
size="large"
onAction="tent"
image="s" />
<separator id="DbGroup06Grs4" />
<separator id="DbGroup06Grs5" />
<button idMso="FileClose"
label="Keluar"
size="large"
image="ribonmati" />
</group>
</tab>
imageMso="SheetProtect" />
<separator id="DbGroup03Grs3" />
<toggleButton idMso="ReviewProtectWorkbook" size="large"
<button id="Aesa01"
label="AESA"
size="large"
onAction="Besarsemua"
image="AESA" />
<separator id="DbGroup05Grs1" />
<button id="Aesa02"
label="Aesa"
size="large"
onAction="Pertama"
image="Aesa" />
<separator id="DbGroup05Grs2" />
<button id="Aesa03"
label="aesa"
size="large"
onAction="Kecilsemua"
image="aesa" />
<separator id="DbGroup05Grs3" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>