<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
	<ribbon startFromScratch="false">
		<tabs>
			<tab id="mytab" label="My First Ribbon">
				<group id="mygroup" label="NICE">
					<button id="mybutton1"
							label="MyButton"
							size="large"
							onAction="excel_code"
							imageMso="ExportSavedExports"
							screentip="Click Here :P"
							supertip="A nice and simple supertip!" />

					<separator id="sepInfomed1" />

					<button id="mybutton1"
							label="mybutton"
							tag="small"
							onAction="excel_code"
							imageMso="FunctionsLogicalInsertGallery"
							screentip="Click Here :P"
							supertip="A nice and simple supertip!" />
				</group>
			</tab>
		</tabs>
	</ribbon>
</customUI>