0% found this document useful (0 votes)
46 views6 pages

Menu Ribbon v.02

The document discusses customizing the Excel ribbon interface by hiding certain default tabs and buttons, adding new custom tabs and groups, and modifying settings like freezing panes and zoom levels. It demonstrates how to configure the ribbon XML to make these changes.

Uploaded by

app.athome.01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views6 pages

Menu Ribbon v.02

The document discusses customizing the Excel ribbon interface by hiding certain default tabs and buttons, adding new custom tabs and groups, and modifying settings like freezing panes and zoom levels. It demonstrates how to configure the ribbon XML to make these changes.

Uploaded by

app.athome.01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

<!-- This is example : Dictator(2) With_Custom_Tab.

xlsm setting UI -->

<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*******************-->
<!-- *******************************************************************-->

<!-- Set startFromScratch to true to hide the Ribbon and QAT-->


<ribbon startFromScratch="true">

<!-- 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">

<group id="DbGroup01" label="Dashboard Login">


<button id="Log4"
label="Login Kepala Sekolah"
size="large"
onAction="kepalas"
image="org"/>
<separator id="DbGroup01Grs100" />

<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>

<group id="DbGroup020" label="Laporan TAB">


<button id="L4"
label="Eks Tahfidz"
size="large"
onAction="menut"
image="ekspor"/>
<separator id="DbGroup01Grs4" />

<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>

<tab id="MyCustomPageLayoutTab" label="PENGATURAN KERTAS"


insertAfterMso="TabPageLayoutExcel">
<!-- <group idMso="GroupThemesExcel" />=-->
<group idMso="GroupPageSetup" />
<!-- <group idMso="GroupPageLayoutScaleToFit" />
<group idMso="GroupPageLayoutSheetOptions" />
<group idMso="GroupArrange" />-->
<!--</group>-->
<group id="MyCustomPageLayoutTab2" label="Lihat Halama Cetak"
insertAfterMso="TabPageLayoutExcel">
<button idMso="FilePrintPreview"
label="Lihat Cetak "
size="large" />
</group>
</tab>

<!--<tab id="tabBaru2" label="Setting Halaman Cetak"


insertAfterMso="TabPageLayoutExcel">

<group id="GroupPageSetup" label="Halaman Setting">


<button idMso="FilePrint"
label="Cetak "
size="large" />
<button idMso="FilePrintPreview"
label="Lihat Cetak "
size="large" />
<button idMso="PrintAreaSetPrintArea"
label = "Set Cetak Area"
size="large" />
<button idMso="PageSetupPageDialog"
label = "Halaman Dialog Setting"
size="large" />
<button idMso="PageSizeGallery"
label = "Buat Area Cetak"
size="large" />
<button idMso="PrintAreaMenu"
label = "Area Menu"
size="large"/>
<button idMso="PageOrientationPortraitLandscape"
label = "Buat Potraid Landscape"
size="large" />
<button idMso="PrintAreaAddToPrintArea"
label = "Buat Area Cetak"
size="large" />
<button idMso="PrintAreaAddToPrintArea"
label = "Buat Area Cetak"
size="large" />
</group>
</tab>-->

<tab id="MyCustomViewTab" label="VIEW ++" insertAfterMso="TabReview">


<!-- <group idMso="GroupViewShowHide" />=-->
<group idMso="GroupViewShowHide" />
<!-- <group idMso="GroupPageLayoutScaleToFit" />
<group idMso="GroupPageLayoutSheetOptions" />
<group idMso="GroupArrange" />-->
<!--</group>-->
<group id="MyCustomViewTab2" label="Freeze" insertAfterMso="TabView">
<gallery idMso="ViewFreezePanesGallery"
label="Freeze"
size="large" />
</group>
<group id="MyCustomViewTab3" label="look" insertAfterMso="TabReview">
<button idMso="ZoomDialog"
label="Zoom "
size="large" />
</group>

<group id="DbGroup04" label="Changes">


<button idMso="FileSave"
label=" Simpan"
size="large" />
<separator id="DbGroup03Grs2" />
<button idMso="SheetProtect" size="large" visible="true"

imageMso="SheetProtect" />
<separator id="DbGroup03Grs3" />
<toggleButton idMso="ReviewProtectWorkbook" size="large"

visible="true" imageMso="ReviewProtectWorkbook" />


</group>

<group id="DbGroup05" label="PENGATURAN HURUF">

<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>

You might also like