<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab id="customTab" label="EY-GE Tools" keytip="G">
<group id="dropdowns" label="Navigation">
<menu id="MyDropdownMenu" label="Go" size="large" imageMso="MacroPlay" >
<button id ="up_to_different_cell" label = "Up to Different Cell" imageMso="OutlineMoveUp" onAction="up_to_different_cell"/>
<button id ="down_to_different_cell" label = "Down to Different Cell" imageMso="OutlineMoveDown" onAction="down_to_different_cell"/>
<button id ="up_to_different_color" label = "Up to Different Color" imageMso="OutlineMoveUp" onAction="up_to_different_color"/>
<button id ="down_to_different_color" label = "Down to Different Color" imageMso="OutlineMoveDown" onAction="down_to_different_color"/>
</menu>
<button id ="wsactivate" label = "Activate Sheet" imageMso="TablePropertiesDialog" size="large" screentip="Activate Sheet (Ctrl+Shift+G)" keytip="A" supertip="Opens Activate Sheet dialog to select worksheet where to go" onAction="wsactivate"/>
</group>
<group id="Zoom" label="Zoom">
<menu id="Zoomi" label="Zoom" size="large" imageMso="ZoomPrintPreviewExcel" >
<button id="zoom80active" label="Zoom Active Sheet to 80%" imageMso="ZoomPrintPreviewExcel" onAction="zoom80" />
<button id="zoom80all" label="Zoom all Sheets to 80%" imageMso="ZoomPrintPreviewExcel" onAction="zoom80all" />
<button id="zoom100all" label="Zoom all Sheets to 100%" imageMso="ZoomPrintPreviewExcel" onAction="zoom100all" />
</menu>
</group>
<group id="converteri" label="Converter">
<button id="startconverteri" label="Unicode Converter" imageMso="Spelling" size="normal" screentip="Unicode Converter" supertip="Converts various fonts to Georgian Unicode and vice versa. Clicking this button adds the Unicode Converter tab on the right side of the Ribbon." keytip="U" onAction="converteri" />
</group>
<group id="mytools" label="Userful tools">
<button id="uniquelistgenerator" label="Generate Unique List from Selection" imageMso="ConditionalFormattingHighlightDuplicateValues" size="normal" onAction="unique_values" />
<button id="sumiftosum" label="Convert SUMIF to SUM for selected range" imageMso="AutoSum" size="normal" onAction="sumif_to_sum" />
<button id="vlookuptolink" label="Convert VlookUp to Direct Link for selected range" imageMso="FindNext" size="normal" onAction="vlookup_to_link" />
<button id="ReplaceLineBreaks" label="Replace Line Breaks with |" imageMso="AccessRefreshAllLists" size="normal" screentip="Replace line breaks with | symbol" supertip="Replaces line breaks (Alt+Enter) by ' | ' (vertical bar) symbol" onAction="ReplaceLineBreaks" />
<button id="ConcatenateSelectedCells" label="Concatenate Selected Cells" imageMso="AsianLayoutCombineCharacters" size="normal" supertip="Concatenate values of several cells into first cell" onAction="ConcatenateSelectedCells" />
</group>
<group id="calculates" label="Calculator">
<button id="calculate_selection" label="Calculate Selection" imageMso="CalculateNow" size="large" keytip="C" onAction="calculate_selection" />
</group>
<group id="utilities2" label="Copy-Paste">
<button id="copy_filtered" label="Copy Filtered Cells" imageMso="Copy" size="large" keytip="O" onAction="Copy_Filtered_Cells" />
</group>
<group id="colors" label="Colors">
<button id="green" label="Data from client system/application" screentip="Fill with green background" supertip="The background of the selection will be filled with green color" image="Color_Green" size="normal" onAction="DataClient" />
<button id="blue" label="Data filled/recalculated by EY" screentip="Fill with blue background" supertip="The background of the selection will be filled with blue color" image="Color_Blue" size="normal" onAction="DataEY" />
</group>
<group id="shortcuts" label="Shortcuts">
<button id="show_shortcuts" label="Keyboard Shortcuts" screentip="Show Assigned Keyboard Shortcuts" supertip="This will show the list of custom keyboard shortcuts assigned to various tasks" image="Keyboard" size="large" keytip="S" onAction="show_shortcuts" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>