Excel Add-In Tool

Build Excel ribbons
visually.

Configure tabs, groups and buttons via drag & drop — export as a ready-to-install .xlam in seconds. No XML to write, no VBA boilerplate, runs in the browser.

No installation
No account required
Export in < 1 second
Live validation
XML valid0 errors · 0 warnings
Icon library
2,000+ iconsBootstrap + imageMso
Export
finance-tools.xlam42 KB · ready
addin.studio/project/finance-tools
Project
finance-tools
My Add-InTab
ActionsGroup
ReportsGroup
CallbacksVBA
Snippets3
My Add-In2 groups · 5 buttons
Home
Insert
My Add-In
Data
Export
Actions
Analyse
Setup
Log
Tools
Report
Chart
Reports
addin.studio · ready to export
customUI14.xml · 3.2 KB
Selection
Button "Export"
id: btnExport
Properties
Label
Export
Size
Large
onAction
ExportSAP
Icon
Used by Excel power users, VBA developers and small teams
Features

All in, nothing extra.

Eight tools for the whole journey from your first button to the finished add-in.

Visual editor

Tabs, groups, buttons via drag & drop — no RibbonX knowledge required.

2,000+ icons

Bootstrap, Office imageMso and your own PNG uploads in the same picker.

XML & VBA stubs

Validated customUI14 code and matching callback subs in a single click.

Snippet library

Save recurring VBA routines once, drop them in anywhere.

Auto-save & undo

Unlimited history per project — never lose a click.

Live linter

Monaco editor checks block balances and imageMso IDs in real time.

1-click export

Download the finished .xlam, install in Excel — done.

Versioning

Snapshots per project — jump back to earlier states whenever you need.

Visual editor

Drag & drop instead of counting XML tags.

Drop tabs, groups and buttons straight onto the ribbon preview. What you see ends up 1:1 in the final .xlam. No intermediate steps, no guesswork.

  • Live preview just like real Excel
  • Snap-to-grid & auto-arrange
  • Group buttons via container drop
Home
My Add-In
Insert
Export
Setup
Report
Chart
Icon library

2,000+ icons in the picker — your own right next to them.

Bootstrap Icons, Office imageMso and your own PNG uploads in the same search field. Filter by category, colour, style — assign with a single click.

  • Live search with synonym mapping
  • imageMso IDs for native Excel look
  • Upload your own PNGs & SVGs
All
Bootstrap
imageMso
Uploads
Export & code

Clean RibbonX without writing a single line yourself.

Behind the scenes, addin.studio generates validated customUI14.xml, matching VBA callback stubs and all icon assets — packaged as a ready Excel add-in file.

  • 100% RibbonX-spec compliant
  • Code & XML viewable any time
  • Re-export updates the add-in cleanly
customUI14.xml
callbacks.bas
manifest.json
<!-- generated by addin.studio -->
<customUI xmlns="http://schemas.microsoft.com/.../customui">
  <ribbon>
    <tabs>
      <tab id="tabFinanz" label="My Add-In">
        <group id="grpAktionen" label="Actions">
          <button id="btnExport"
                  label="Export"
                  image="icoUpload"
                  size="large"
                  onAction="ExportSAP"/>
        </group>
      </tab>
    </tabs>
  </ribbon>
</customUI>
Snippet library

Your routines, always at hand.

SAP export, logging, ribbon refresh — recurring VBA building blocks saved once, inserted into any project with a click. Real-time linter in the Monaco editor included.

  • Tags, search & version history
  • Block-balance check while typing
  • Team snippets (in the Team plan)
EX
SAP-Export Standard
Sub ExportSAP(control As IRibbonControl)
SAP
LG
Action-Logger
Sub LogAction(actionName As String)
Logging
UI
Ribbon-Refresh
Sub RefreshRibbon()
UI
DT
Datums-Helfer
Function ToFormattedDate(d As Date)
Helfer
Auto-save & undo

Never lose a click.

Every change lands in the history automatically. Unlimited undo/redo, jump back to any earlier state — no version chaos on your hard drive.

  • Auto-save every 2 seconds
  • Visual timeline of recent actions
  • Manual snapshots as versions
Button "Chart"
jetzt
Icon "chart-up"
−8s
Reports
−24s
Export → Large
−1m
My Add-In
−4m
How it works

Three steps to your add-in.

From an empty project to an installable .xlam — usually under ten minutes.

01

Create a tab

Create a new tab in the editor, name it, off you go. No setup, no templates required.

My Add-In
+ Tab
02

Configure buttons

Add buttons via drag & drop, pick icons from 2,000+, assign callback names.

Export
Setup
+
03

Export as .xlam

Download the add-in, install in Excel — done. Updates via re-export, with no extra effort.

my-addin.xlam42 KB
By comparison

From XML hassle to a finished add-in.

8 min
Average time from a new project to a finished export.
0
Lines of RibbonX you have to write yourself.
2,000+
Icons from Bootstrap, imageMso and your own uploads in the picker.
Steps of undo history per project — no more lost work.
Voices from practice

What Excel pros say.

Finally no more RibbonX fiddling. The team now rolls out their own tabs without me explaining the XML structure every time.
MS
Markus S.
Lead Controller, Manufacturing
The snippet library makes maintenance trivial. I update standard routines in one place, all add-ins follow.
TH
Tobias H.
IT Lead, SME
Pricing

Simple pricing

Pay once for Pro — lifetime updates included up to v2.

Free
0
one-time
  • 1 project
  • Up to 5 controls per ribbon
  • Bootstrap & Office icons + 5 custom uploads
  • Includes a watermark comment in the VBA
  • 5 library snippets
Start for free
Team
9
per month
  • Everything in Pro
  • Multiple seats, shared templates
  • Project versioning
Request Team

Prices include VAT. Payments are securely processed by Polar.

Ready?

Build your first ribbon in ten minutes.

Start for free — no account required for the example project.