View Single Post
 
Old Yesterday, 03:55 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,181
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Thanks for testing this guys.

Italophile, I played with your template and didn't see the tab so I customized the code a little bit to get it showing but I still didn't see the behaviour that I was hoping for. At one stage the file opened with double-click working but then I couldn't reproduce that again. Does this version of the customui code work on your machine?
Code:
<customUI  
	xmlns="http://schemas.microsoft.com/office/2009/07/customui" 
    xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui" >
	<ribbon>
		<tabs>
			<tab id="newTab" label="Hilite Test" keytip="H" insertBeforeMso="TabHome">
				<group id="newGroup" label="Test" >
				    <mso:gallery idQ="mso:TextHighlightColorPicker" showInRibbon="false" visible="true" size="large" />
				</group >
			</tab >
		</tabs>
	</ribbon>
</customUI>
Attached Files
File Type: dotx HighlightRibbon.dotx (13.8 KB, 1 views)
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote