Office Ribbon Editor
Add or edit the custom ribbon of a Word, Excel or PowerPoint file.
About this tool
Office Ribbon Editor adds or edits the custom ribbon — the Custom UI, also called RibbonX — inside a Word, Excel or PowerPoint file. You get a real XML editor with Custom UI-aware autocomplete, a live preview of the tabs and groups you are describing, a picker for the thousands of built-in Office icons, and management of your own images.
When to use it
Use it to give a macro-enabled template its own ribbon tab, to fix a ribbon that Office silently ignores, or to inspect and adjust the ribbon of a file somebody else built without installing an add-in.
How to use it
- Open a Word, Excel or PowerPoint file, or start from the built-in starter template.
- Edit the XML — autocomplete suggests valid elements and attributes, and problems are flagged as you type.
- Save the file to download a copy with the ribbon written into it; your original is untouched.
Good to know
- A malformed Custom UI is silently ignored by Office — no error, the ribbon simply never appears — which is why this tool validates as you type instead of waiting for Office to complain.
- Buttons call VBA callbacks by name, so the ribbon only does something once the matching procedures exist; the tool can generate the required stubs for you.
- Only the modern Office 2010-and-later Custom UI is written. A file containing only the old 2007 part is converted on open, and the obsolete part is removed on save.
Common questions
Why does my ribbon not show up in Office?
Almost always because the XML is invalid somewhere, and Office ignores a broken Custom UI without saying anything. Load the file here — the editor points at the exact problem. Also check that the file is saved in a macro-enabled format if your buttons call macros.
Can I use the standard Office icons?
Yes. Built-in icons are referenced by their imageMso name, and the picker lets you search the full set visually so you do not have to guess names or hunt through a reference list.
Is my file uploaded?
No. The file is opened, edited and rewritten entirely in your browser and never sent to a server.
This tool is provided “as is”, without warranty of any kind.
Microsoft, Word, Excel and PowerPoint are trademarks of Microsoft Corporation.