Membuat Custom Ribbon
Membuat Custom Ribbon
com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="customTab" label="Excel Noob">
<group id="customGroup1" label="Group 1">
<button id="Dash"
visible="true"
size="large"
label="Dashboard"
imageMso="OpenStartPage"
onAction="Dashboard"/>
<button id="Input"
visible="true"
size="large"
label="Input Data"
imageMso="SignatureLineInsert"
onAction="InputData"/>
<button id="DB"
visible="true"
size="large"
label="Database"
imageMso="AccessTableContacts"
onAction="Database"/>
</group>
<group id="customGroup2" label="Tentang">
<button id="tentang"
visible="true"
size="large"
label="Excelnoob.com"
imageMso="BlogCategories"
onAction="tentang"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>