0% found this document useful (0 votes)
5 views2 pages

Custom Excel Ribbon UI Setup

The document outlines a custom UI configuration for an Excel application, hiding certain default options and commands. It introduces multiple custom tabs for different functionalities such as 'HOME', 'UJIAN', 'DATA SISWA', 'NILAI', and 'RAPORT', each containing various buttons linked to specific actions. This customization aims to streamline user interaction by focusing on relevant tasks for managing student data and exam information.

Uploaded by

agus trianto
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)
5 views2 pages

Custom Excel Ribbon UI Setup

The document outlines a custom UI configuration for an Excel application, hiding certain default options and commands. It introduces multiple custom tabs for different functionalities such as 'HOME', 'UJIAN', 'DATA SISWA', 'NILAI', and 'RAPORT', each containing various buttons linked to specific actions. This customization aims to streamline user interaction by focusing on relevant tasks for managing student data and exam information.

Uploaded by

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

<customUI xmlns="[Link]

com/office/2006/01/customui">
<!-- Sembunyikan Excels Option -->
<commands>
<command idMso="ApplicationOptionsDialog" enabled="false" />
<command idMso="FileExit" enabled="true" />
</commands>
<!-- Sembunyikan Ribbon Default dan QAT -->
<ribbon startFromScratch="true">
<!-- Sembunyikan New, Open, save -->
<officeMenu>
<button idMso="FileNew" visible="false" />
<button idMso="FileOpen" visible="false" />
<button idMso="FileSave" visible="false" />
</officeMenu>

<tabs>
<tab id="customTab" label="HOME">
<group id="customGroup" label="BERANDA">
<button id="customButton" label="Dashboard" image="home"
size="large" onAction="BukaSheet1" />
</group>
</tab>

<tab id="customTab2" label="UJIAN">


<group id="customGroup2" label="UJIAN PONDOK">
<button id="customButton2" label="FORMAT PANITIA UJIAN"
image="paper" size="large" onAction="BukaSheet2" />
</group>

<group id="customGroup3" label="UJIAN SAFAHI">


<button id="customButton3" label="KELOMPOK"
image="kelompok" size="large" onAction="BukaSheet3" />
<button id="customButton4" label="PENGUJI" image="penguji"
size="large" onAction="BukaSheet4" />
<button id="customButton5" label="JADWAL" image="jadwal"
size="large" onAction="BukaSheet5" />
<button id="customButton6" label="BLANGKO NILAI"
image="nilai" size="large" onAction="BukaSheet6" />
</group>
</tab>

<tab id="customTab3" label="DATA SISWA">


<group id="customGroup4" label="INPUT DATA SISWA">
<button id="customButton7" label="KELAS 1" image="kelas"
size="large" onAction="BukaSheet7" />
<button id="customButton8" label="KELAS 2" image="kelas"
size="large" onAction="BukaSheet8" />
<button id="customButton9" label="KELAS 3" image="kelas"
size="large" onAction="BukaSheet9" />
<button id="customButton10" label="KELAS 4" image="kelas"
size="large" onAction="BukaSheet10" />
<button id="customButton11" label="KELAS 5" image="kelas"
size="large" onAction="BukaSheet11" />
<button id="customButton12" label="KELAS 6" image="kelas"
size="large" onAction="BukaSheet12" />
</group>
</tab>

<tab id="customTab4" label="NILAI">


<group id="customGroup5" label="INPUT NILAI SISWA">
<button id="customButton13" label="NILAI KELAS 1"
image="nilai" size="large" onAction="BukaSheet13" />
<button id="customButton14" label="NILAI KELAS 2"
image="nilai" size="large" onAction="BukaSheet14" />
<button id="customButton15" label="NILAI KELAS 3"
image="nilai" size="large" onAction="BukaSheet15" />
<button id="customButton16" label="NILAI KELAS 4"
image="nilai" size="large" onAction="BukaSheet16" />
<button id="customButton17" label="NILAI KELAS 5"
image="nilai" size="large" onAction="BukaSheet17" />
<button id="customButton18" label="NILAI KELAS 6"
image="nilai" size="large" onAction="BukaSheet18" />
</group>
</tab>

<tab id="customTab5" label="RAPORT">


<group id="customGroup6" label="RAPORT SISWA">
<button id="customButton19" label="RAPORT KELAS 1"
image="print" size="large" onAction="BukaSheet19" />
<button id="customButton20" label="RAPORT KELAS 2"
image="print" size="large" onAction="BukaSheet20" />
<button id="customButton21" label="RAPORT KELAS 3"
image="print" size="large" onAction="BukaSheet21" />
<button id="customButton22" label="RAPORT KELAS 4"
image="print" size="large" onAction="BukaSheet22" />
<button id="customButton23" label="RAPORT KELAS 5"
image="print" size="large" onAction="BukaSheet23" />
<button id="customButton24" label="RAPORT KELAS 6"
image="print" size="large" onAction="BukaSheet24" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>

You might also like