Standard buttons on custom toolbar not visible
问题 In the customUI tool I created the following XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon> <tabs> <tab idMso="TabHome"> <group idMso="GroupFont" visible="false" /> <group idMso="GroupParagraph" visible="false" /> <group id="CustGrp1" label="MyGroup" insertBeforeMso="GroupStyles"> <button idMso="TableInsertDialogWord" showLabel="false" /> <button idMso="ConvertTextToTable" showLabel="false" />