User FAQs
If you have a question, please send it to us.
1) Is it possible to insert RibbonX into Excel 97-2003 (.xls) files ?
No
2) What is the Custom UI Editor and when would you use it ?
This is a standalone program that can be installed to help you create and modify the ribbon UI in workbooks and add-ins.
3) Is it possible to add a line break in the label of a button ?
Yes. Use " "
<button label="One Two" />
As a callback
Sub Button_OnGetLabel(control As IRibbonControl, ByRef returnVal)
returnVal = "One" & vbNewLine & "Two"
End Sub
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext