<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sharing RibbonX controls across application-level (XLAM) add-ins</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/08/28/sharing-ribbonx-controls-across-application-level-xlam-add-ins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/08/28/sharing-ribbonx-controls-across-application-level-xlam-add-ins/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: headtoadie</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/28/sharing-ribbonx-controls-across-application-level-xlam-add-ins/#comment-39174</link>
		<dc:creator>headtoadie</dc:creator>
		<pubDate>Tue, 28 Apr 2009 22:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1492#comment-39174</guid>
		<description>&lt;p&gt;Question...I have two addins, an xll and an xlam. The xll is a third-party commercial application that adds a custom tab to the ribbon to control the functions contained in the xll addin. What I want to do is hide that xll created tab and write my own in via xlam.&lt;/p&gt;
&lt;p&gt;Using a hex editor I can clearly read the entire xml ribbon schema in the xll, so I have all the id&#039;s. What I can&#039;t figure out is how to tell my xlam addin to to set the xll ribbon tab to visible=&quot;false&quot;. Is this even possible?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Question&#8230;I have two addins, an xll and an xlam. The xll is a third-party commercial application that adds a custom tab to the ribbon to control the functions contained in the xll addin. What I want to do is hide that xll created tab and write my own in via xlam.</p>
<p>Using a hex editor I can clearly read the entire xml ribbon schema in the xll, so I have all the id&#8217;s. What I can&#8217;t figure out is how to tell my xlam addin to to set the xll ribbon tab to visible=&#8221;false&#8221;. Is this even possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/28/sharing-ribbonx-controls-across-application-level-xlam-add-ins/#comment-20790</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 30 Aug 2006 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1492#comment-20790</guid>
		<description>&lt;p&gt;Hello Tushar.&lt;/p&gt;
&lt;p&gt;Great Post...most of it went straingt above ....:-)&lt;/p&gt;
&lt;p&gt;I cannot belive that a simple task of Adding a menu or a button now requires you to be an MVP :-)&lt;/p&gt;
&lt;p&gt;The more I read about Excel 12.... the more I am convinced that I should wait for Excel 20&lt;br&gt;
by which time things like customisation of menus and toolbards will be upgraded to what it is today :-)&lt;/p&gt;
&lt;p&gt;Regards&lt;br&gt;
Sam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Tushar.</p>
<p>Great Post&#8230;most of it went straingt above &#8230;.:-)</p>
<p>I cannot belive that a simple task of Adding a menu or a button now requires you to be an MVP <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The more I read about Excel 12&#8230;. the more I am convinced that I should wait for Excel 20<br />
by which time things like customisation of menus and toolbards will be upgraded to what it is today <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/28/sharing-ribbonx-controls-across-application-level-xlam-add-ins/#comment-20783</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Mon, 28 Aug 2006 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1492#comment-20783</guid>
		<description>&lt;p&gt;Hi Tushar, &lt;/p&gt;
&lt;p&gt;&gt;&gt;I thought of building an utility myself but in addition to the various technical issues &gt;&gt;involved, it would be something that no one would use once Microsoft came up with its own &gt;&gt;capability.&lt;/p&gt;
&lt;p&gt;That&#039;s *IF* Microsoft comes up this its own capability.  &lt;/p&gt;
&lt;p&gt;I have built my own Custom UI Builder(link below)to suite my needs.  It&#039;s not elegant, but it does the simple task of building groups based on entries in a table.&lt;/p&gt;
&lt;p&gt;I encourage you or anyone else smarter than I am to take my utility apart and build on top of it to make a tool that allows for some of the more advanced UI tasks you are writing about.  I can garauntee that it will be worth the time, as people will definately use it.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.datapigtechnologies.com/Custom_UI_Builder.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.datapigtechnologies.com/Custom_UI_Builder.zip&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Tushar, </p>
<p>&gt;&gt;I thought of building an utility myself but in addition to the various technical issues &gt;&gt;involved, it would be something that no one would use once Microsoft came up with its own &gt;&gt;capability.</p>
<p>That&#8217;s *IF* Microsoft comes up this its own capability.  </p>
<p>I have built my own Custom UI Builder(link below)to suite my needs.  It&#8217;s not elegant, but it does the simple task of building groups based on entries in a table.</p>
<p>I encourage you or anyone else smarter than I am to take my utility apart and build on top of it to make a tool that allows for some of the more advanced UI tasks you are writing about.  I can garauntee that it will be worth the time, as people will definately use it.  </p>
<p><a href="http://www.datapigtechnologies.com/Custom_UI_Builder.zip" rel="nofollow">http://www.datapigtechnologies.com/Custom_UI_Builder.zip</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

