0% found this document useful (0 votes)
8 views1 page

Membuat Custom Ribbon

The document defines a custom user interface (UI) for Excel, featuring a ribbon with a tab labeled 'Excel Noob'. This tab includes two groups: 'Group 1' with buttons for 'Dashboard', 'Input Data', and 'Database', and 'Tentang' with a button linking to 'Excelnoob.com'. Each button is configured with visibility, size, label, and associated actions.

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)
8 views1 page

Membuat Custom Ribbon

The document defines a custom user interface (UI) for Excel, featuring a ribbon with a tab labeled 'Excel Noob'. This tab includes two groups: 'Group 1' with buttons for 'Dashboard', 'Input Data', and 'Database', and 'Tentang' with a button linking to 'Excelnoob.com'. Each button is configured with visibility, size, label, and associated actions.

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
You are on page 1/ 1

<customUI xmlns="http://schemas.microsoft.

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>

You might also like