Duplicate groups on the Developer tab on the ribbon
Ron de Bruin (last update 6-Aug-2008)
Go back to the Excel tips page

Go back to the "Change built-in groups in the Ribbon" Page


Note: in the Download section on the example page you can download a file that
rebuild the Developer tab, you can use the Custom UI Editor then to see/copy the XML.


Name : GroupCode

<!-- Add Code group -->
<group id="DupCode" label="Code" insertBeforeMso="GroupCode" > 
	<button idMso="VisualBasic" size="large" />
	<button idMso="MacroPlay" size="large" />
	<button idMso="MacroRecord" />
	<toggleButton idMso="MacroRelativeReferences" />
	<button idMso="MacroSecurity" />
</group> 


Name = GroupControls

<!-- Add Controls group -->
<group id="DupControls" label="Controls" insertBeforeMso="GroupControls" > 
	<gallery idMso="ControlsGallery" size="large" />
	<toggleButton idMso="DesignMode" size="large" />
	<button idMso="ControlProperties" />
	<button idMso="ViewCode" />
	<button idMso="RunDialog" />
</group> 


Name = GroupXml

<!-- Add XML group -->
<group id="DupXML" label="XML" insertBeforeMso="GroupXml" > 
	<toggleButton idMso="XmlSource" size="large" />
	<button idMso="XmlMapProperties" />
	<button idMso="XmlExpansionPacksExcel" />
	<button idMso="XmlDataRefresh" />
	<button idMso="XmlImport" />
	<button idMso="XmlExport" />
</group> 


Name = GroupModify

<!-- Add Modify group -->
<group id="DupModify" label="Modify" insertBeforeMso="GroupModify" > 
	<button idMso="DocumentPanelTemplate" size="large" />
</group>