컴퓨터/엑셀

엑셀 리본메뉴 만들기

풍경소리^^ 2020. 11. 16. 04:32

www.youtube.com/watch?v=ypI2VXYaXQI

www.youtube.com/watch?v=jqL7xSa73tk

OfficeRibbonXEditor-NETFramework.zip 저작권 때문에 파일이름만 올립니다

 

셀오른마우스메뉴추가.xlsm
0.02MB

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
	<!--RibbonX14-->
	<ribbon startFromScratch="false">
		<tabs>
			<tab id="customTab" label="miero">
				<group id="customGroupfile" label="문서 자동화">
					<box id="jmbox01" boxStyle="vertical">
						<button id="jmking01" label="자동페이지 번호" imageMso="P" onAction="advAuto_Page" screentip="페이지번호" supertip="자동페이지 번호를 추가합니다."/>
						<button id="jmking02" label="제목위치 통일" imageMso="HeaderFooterInsert" onAction="Auto_TitlePos" screentip="제목위치통일" supertip="제목위치 통일입니다.."/>
						<button id="jmking03" label="폰트통일" imageMso="F" onAction="Auto_Font" screentip="폰트통일" supertip="폰트통일입니다."/>
					</box>
					<box id="jmbox02" boxStyle="vertical">
						<button id="jmking04" label="찾아 강조" imageMso="FindDialog" onAction="Find_Change" screentip="찾아강조" supertip="키워드를 찾아서 강조합니다."/>
						<button id="jmking05" label="위치/크기 복붙" imageMso="ControlImage" onAction="PSCopy" screentip="위치크기복붙" supertip="개체의 위치와 크기를 복사하여 붙여넣습니다."/>
					</box>
				</group>
				<group id="IMGGroupfile" label="이미지 자동화">
					<box id="jmbox03" boxStyle="vertical">
						<button id="jmking06" label="이미지편집" imageMso="DiagramStylesClassic" onAction="aImg" screentip="이미지편집" supertip="여러 이미지를 동시에 원형 또는 둥근 사각형으로 자르고, 가로 균등 배치합니다."/>
						<button id="jmking07" label="색깔통일" imageMso="ObjectFormatDialog" onAction="CColor" screentip="색깔통일" supertip="개체의 색깔을 통일합니다."/>
						<button id="jmking08" label="순서도편집" imageMso="ListMacros" onAction="FChart" screentip="순서도편집" supertip="순서도 편집을 위한 자동 기능을 제공합니다."/>
					</box>
				</group>
			</tab>
		</tabs>
	</ribbon>
	<!--RibbonX14-->
</customUI>