<?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: Hide or display Custom Ribbon Tabs, Groups or Controls with VBA code</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-42337</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Sun, 22 Nov 2009 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-42337</guid>
		<description>&lt;p&gt;Hi Tri&lt;/p&gt;
&lt;p&gt;Drop me a private mail and I try to help you next week.&lt;br&gt;
You can find my mail address on my site&lt;br&gt;
&lt;a href=&quot;http://www.rondebruin.nl/&quot; rel=&quot;nofollow&quot;&gt;http://www.rondebruin.nl/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Tri</p>
<p>Drop me a private mail and I try to help you next week.<br />
You can find my mail address on my site<br />
<a href="http://www.rondebruin.nl/" rel="nofollow">http://www.rondebruin.nl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tri</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-42322</link>
		<dc:creator>Tri</dc:creator>
		<pubDate>Sat, 21 Nov 2009 09:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-42322</guid>
		<description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;Might I say your Hide/Display Built-in Ribbon tabs with a macro is what I have been looking for!!!  Have not gotten it to work the way I need it but it is very helpful.&lt;/p&gt;
&lt;p&gt;For the RibbonX Hide/Display Built-in Ribbon tabs, is there a way to add contextual tab and further control what is visible under the group of that contextual tab.  For example, I am trying to get the PivotchartTools to be visible along with Design,Layout,Format,Analyze.  My question is, how can I further control what is visible under the Design,Layout,Format,Analyze.&lt;/p&gt;
&lt;p&gt;The only way I can make it visible is by setting: , which I don&#039;t think it is the right way to do it.&lt;/p&gt;
&lt;p&gt;How do I go about adding the Pivot Chart Tools contextual tab code to the Hid/Display Built-in Ribbons so I can control it with a macro.&lt;/p&gt;
&lt;p&gt;thanks in advance for all your help.&lt;br&gt;
tri&lt;/p&gt;
&lt;p&gt;***********************************************************************************************************************&lt;/p&gt;
&lt;p&gt;&lt;! &gt;&lt;/p&gt;
&lt;p&gt;***********************************************************************************************************************&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>Might I say your Hide/Display Built-in Ribbon tabs with a macro is what I have been looking for!!!  Have not gotten it to work the way I need it but it is very helpful.</p>
<p>For the RibbonX Hide/Display Built-in Ribbon tabs, is there a way to add contextual tab and further control what is visible under the group of that contextual tab.  For example, I am trying to get the PivotchartTools to be visible along with Design,Layout,Format,Analyze.  My question is, how can I further control what is visible under the Design,Layout,Format,Analyze.</p>
<p>The only way I can make it visible is by setting: , which I don&#8217;t think it is the right way to do it.</p>
<p>How do I go about adding the Pivot Chart Tools contextual tab code to the Hid/Display Built-in Ribbons so I can control it with a macro.</p>
<p>thanks in advance for all your help.<br />
tri</p>
<p>***********************************************************************************************************************</p>
<p>&lt;! &gt;</p>
<p>***********************************************************************************************************************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-40420</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-40420</guid>
		<description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I Add/Update the workbooks on the page&lt;br&gt;
&lt;a href=&quot;http://www.rondebruin.nl/hidevisible.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.rondebruin.nl/hidevisible.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because of problems whith running the code from events I change all the code.&lt;/p&gt;
&lt;p&gt;There is also two new workbooks now&lt;/p&gt;
&lt;p&gt; Different-Tab-For-Each-Worksheet.xlsm &lt;/p&gt;
&lt;p&gt; Hide-Display-Built-in Tabs.xlsm  &lt;/p&gt;
&lt;p&gt;Read the information on the page and in the workbooks&lt;/p&gt;
&lt;p&gt;Regards Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>I Add/Update the workbooks on the page<br />
<a href="http://www.rondebruin.nl/hidevisible.htm" rel="nofollow">http://www.rondebruin.nl/hidevisible.htm</a></p>
<p>Because of problems whith running the code from events I change all the code.</p>
<p>There is also two new workbooks now</p>
<p> Different-Tab-For-Each-Worksheet.xlsm </p>
<p> Hide-Display-Built-in Tabs.xlsm  </p>
<p>Read the information on the page and in the workbooks</p>
<p>Regards Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39881</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 16 Jun 2009 09:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39881</guid>
		<description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;This is absolutely fantastic.... Great work. All the while I thought hiding contextual tabs was impossible...you have made it possible !&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>This is absolutely fantastic&#8230;. Great work. All the while I thought hiding contextual tabs was impossible&#8230;you have made it possible !</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39874</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 16 Jun 2009 04:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39874</guid>
		<description>&lt;p&gt;with [ xml ] tags, I think.  Let&#039;s see&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container xml default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;xml codecolorer&quot;&gt;&lt;span class=&quot;sc3&quot;&gt;&lt;span class=&quot;re1&quot;&gt;&lt;big&lt;/span&gt; tag &lt;span class=&quot;re0&quot;&gt;value&lt;/span&gt;=1&lt;span class=&quot;re2&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;sc3&quot;&gt;&lt;span class=&quot;re1&quot;&gt;&lt;little&lt;/span&gt; tag&lt;span class=&quot;re2&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;value&lt;span class=&quot;sc3&quot;&gt;&lt;span class=&quot;re1&quot;&gt;&lt;/little&lt;span class=&quot;re2&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;sc3&quot;&gt;&lt;span class=&quot;re1&quot;&gt;&lt;/big&lt;span class=&quot;re2&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>with [ xml ] tags, I think.  Let&#8217;s see</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container xml default">
<div style="white-space: nowrap;" class="xml codecolorer"><span class="sc3"><span class="re1">&lt;big</span> tag <span class="re0">value</span>=1<span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;little</span> tag<span class="re2">&gt;</span></span>value<span class="sc3"><span class="re1">&lt;/little<span class="re2">&gt;</span></span></span><br />
<span class="sc3"><span class="re1">&lt;/big<span class="re2">&gt;</span></span></span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39868</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39868</guid>
		<description>&lt;p&gt;Sam: In the download on the site I add a example for you.&lt;br&gt;
if you need more help post back&lt;/p&gt;
&lt;p&gt;Dick: please tell me how to post xml in thi comments&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sam: In the download on the site I add a example for you.<br />
if you need more help post back</p>
<p>Dick: please tell me how to post xml in thi comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39848</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39848</guid>
		<description>&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;I try it again (last time I promise)&lt;/p&gt;
&lt;p&gt;After you add this to the RibbonX for the tab you see when you select a Table&lt;/p&gt;
&lt;p&gt;[XML]&lt;/p&gt;
&lt;p&gt;[/XML]&lt;/p&gt;
&lt;p&gt;You can not use the id like this&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Call&lt;/span&gt; Set_Enabled_Visible(Vis:=&lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;, myId:=&quot;TabSetTableToolsExcel&quot;)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But must use this to do the reload every getVisible in the RibbonX&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Call&lt;/span&gt; Set_Enabled_Visible(Vis:=&lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;, myId:=&quot;&lt;span class=&quot;st0&quot;&gt;&quot;)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I hope you can see it because I always have problems to post xml.&lt;br&gt;
Send me a private mail if you not see it&lt;/p&gt;
&lt;p&gt;Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Sam</p>
<p>I try it again (last time I promise)</p>
<p>After you add this to the RibbonX for the tab you see when you select a Table</p>
<p>[XML]</p>
<p>[/XML]</p>
<p>You can not use the id like this</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Call</span> Set_Enabled_Visible(Vis:=<span class="kw1">True</span>, myId:=&#8221;TabSetTableToolsExcel&#8221;)</div>
</div>
<p>But must use this to do the reload every getVisible in the RibbonX</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Call</span> Set_Enabled_Visible(Vis:=<span class="kw1">True</span>, myId:=&#8221;<span class="st0">&#8220;)</span></div>
</div>
<p>I hope you can see it because I always have problems to post xml.<br />
Send me a private mail if you not see it</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39847</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39847</guid>
		<description>&lt;p&gt;Again&lt;/p&gt;
&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;After you add this to the RibbonX for the tab you see when you select a Table&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&#160;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;You can not use the id like this&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Call&lt;/span&gt; Set_Enabled_Visible(Vis:=&lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;, myId:=&quot;TabSetTableToolsExcel&quot;)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But must use this to do the reload every getVisible in the RibbonX&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Call&lt;/span&gt; Set_Enabled_Visible(Vis:=&lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt;, myId:=&quot;&lt;span class=&quot;st0&quot;&gt;&quot;)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I hope you can see it because I always have problems to post xml.&lt;br&gt;
Send me a private mail if you not see it&lt;/p&gt;
&lt;p&gt;Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Again</p>
<p>Hi Sam</p>
<p>After you add this to the RibbonX for the tab you see when you select a Table</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">&nbsp;</div>
</div>
<p>You can not use the id like this</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Call</span> Set_Enabled_Visible(Vis:=<span class="kw1">True</span>, myId:=&#8221;TabSetTableToolsExcel&#8221;)</div>
</div>
<p>But must use this to do the reload every getVisible in the RibbonX</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Call</span> Set_Enabled_Visible(Vis:=<span class="kw1">True</span>, myId:=&#8221;<span class="st0">&#8220;)</span></div>
</div>
<p>I hope you can see it because I always have problems to post xml.<br />
Send me a private mail if you not see it</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39846</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39846</guid>
		<description>&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;After you add this to the RibbonX for the tab you see when you select a Table&lt;/p&gt;
&lt;p&gt;&lt;code lang=&quot;vb&quot;&gt;&lt;/code&gt;&lt;/p&gt;
&lt;code lang=&quot;vb&quot;&gt;
&lt;p&gt;&lt;/p&gt;&lt;/code&gt;
&lt;p&gt;&lt;code lang=&quot;vb&quot;&gt;&lt;/code&gt;&lt;/p&gt;
&lt;code lang=&quot;vb&quot;&gt;
&lt;p&gt;You can not use the id like this &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;/code&gt;
&lt;p&gt;&lt;code lang=&quot;vb&quot;&gt;Call Set_Enabled_Visible(Vis:=True, myId:=&quot;TabSetTableToolsExcel&quot;)&lt;/code&gt;&lt;code lang=&quot;vb&quot;&gt;&lt;/code&gt;&lt;/p&gt;
&lt;code lang=&quot;vb&quot;&gt;
&lt;p&gt;But must use this to do the reload every getVisible in the RibbonX&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/code&gt;
&lt;p&gt;&lt;code lang=&quot;vb&quot;&gt;Call Set_Enabled_Visible(Vis:=True, myId:=&quot;&quot;)&lt;/code&gt;&lt;code lang=&quot;vb&quot;&gt;&lt;/code&gt;&lt;/p&gt;
&lt;code lang=&quot;vb&quot;&gt;
&lt;p&gt;I hope you can see it because I always have problems to post xml.&lt;br&gt;
Send me a private mail if you not see it&lt;/p&gt;
&lt;p&gt;Ron&lt;/p&gt;&lt;/code&gt;
&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Sam</p>
<p>After you add this to the RibbonX for the tab you see when you select a Table</p>
<p><div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
</p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p&gt;&lt;/p&gt;</div></div>
<p><div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
</p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p&gt;You can <span style="color: #8D38C9; font-weight: bold;">not</span> use the id <span style="color: #8D38C9; font-weight: bold;">like</span> this &lt;/p&gt;<br />
&lt;p&gt; &lt;/p&gt;</div></div>
<p><div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Call</span> Set_Enabled_Visible(Vis:=<span style="color: #00C2FF; font-weight: bold;">True</span>, myId:=<span style="color: #800000;">&quot;TabSetTableToolsExcel&quot;</span>)</div></div>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
</p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p&gt;But must use this <span style="color: #8D38C9; font-weight: bold;">to</span> <span style="color: #8D38C9; font-weight: bold;">do</span> the reload every getVisible <span style="color: #8D38C9; font-weight: bold;">in</span> the RibbonX&lt;/p&gt;<br />
&lt;p&gt;&lt;/p&gt;</div></div>
<p><div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Call</span> Set_Enabled_Visible(Vis:=<span style="color: #00C2FF; font-weight: bold;">True</span>, myId:=<span style="color: #800000;">&quot;&quot;</span>)</div></div>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
</p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p&gt;I hope you can see it because I always have problems <span style="color: #8D38C9; font-weight: bold;">to</span> post xml.&lt;br&gt;<br />
Send me a <span style="color: #E56717; font-weight: bold;">private</span> mail <span style="color: #8D38C9; font-weight: bold;">if</span> you <span style="color: #8D38C9; font-weight: bold;">not</span> see it&lt;/p&gt;<br />
&lt;p&gt;Ron&lt;/p&gt;</div></div></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/06/13/hide-or-display-custom-ribbon-tabs-groups-or-controls-with-vba-code/#comment-39842</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2574#comment-39842</guid>
		<description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;Can this be used to hide Contextual Tabs as well&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>Can this be used to hide Contextual Tabs as well</p>
<p>Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

