<?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: Table Drive Ribbon</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/#comment-27121</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Thu, 06 Sep 2007 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1722#comment-27121</guid>
		<description>&lt;p&gt;Thank Kevin,&lt;br&gt;
I don&#039;t think I could ever sell this.  I can&#039;t imagine there would be that many takers.  The expert Excelers would create their own customizations, and the beginners wouldn&#039;t care. &lt;/p&gt;
&lt;p&gt;Besides, I&#039;m guessing Microsoft will expose an easier way to customize the Ribbon in Office 14.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank Kevin,<br />
I don&#8217;t think I could ever sell this.  I can&#8217;t imagine there would be that many takers.  The expert Excelers would create their own customizations, and the beginners wouldn&#8217;t care. </p>
<p>Besides, I&#8217;m guessing Microsoft will expose an easier way to customize the Ribbon in Office 14.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin DeWhitt</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/#comment-27087</link>
		<dc:creator>Kevin DeWhitt</dc:creator>
		<pubDate>Wed, 05 Sep 2007 19:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1722#comment-27087</guid>
		<description>&lt;p&gt;Mike:&lt;/p&gt;
&lt;p&gt;Nice little utility.  I&#039;ve been playing with it, and it seems robust enough for the initial release.  Keep working on improving it, and down the road I would even be tempted to buy it.  I *really* appreciate seeing the code generating the ribbon code, because that is how I learn best.  I&#039;ll take a look at your book as well, and maybe add it to my library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike:</p>
<p>Nice little utility.  I&#8217;ve been playing with it, and it seems robust enough for the initial release.  Keep working on improving it, and down the road I would even be tempted to buy it.  I *really* appreciate seeing the code generating the ribbon code, because that is how I learn best.  I&#8217;ll take a look at your book as well, and maybe add it to my library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/#comment-26938</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Fri, 31 Aug 2007 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1722#comment-26938</guid>
		<description>&lt;p&gt;Thanks Bastien for the &quot;Soap&quot; tip.  I can&#039;t remember why I added that there in the first place.  I&#039;m pretty sure its a residual library I can remove.&lt;/p&gt;
&lt;p&gt;Thank for the compliments on the Excel 2007 VBA book.  Stephen Bullen wrote the chapter on Ribbonx.  I find it to be the most accesbile and clear tutorial on it to date.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Bastien for the &#8220;Soap&#8221; tip.  I can&#8217;t remember why I added that there in the first place.  I&#8217;m pretty sure its a residual library I can remove.</p>
<p>Thank for the compliments on the Excel 2007 VBA book.  Stephen Bullen wrote the chapter on Ribbonx.  I find it to be the most accesbile and clear tutorial on it to date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastien</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/30/table-drive-ribbon/#comment-26927</link>
		<dc:creator>Bastien</dc:creator>
		<pubDate>Fri, 31 Aug 2007 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1722#comment-26927</guid>
		<description>&lt;p&gt;Hello Mike,&lt;/p&gt;
&lt;p&gt;I just took a quick look at the file to see what it was and how it looked.&lt;br&gt;
First comment: the vba-project has a reference to the &quot;Microsoft Soap Type Library&quot; which is not by default available on most computers and therefore the code produces an error. After I removed the reference it worked fine.&lt;/p&gt;
&lt;p&gt;The past weeks I have been very busy working with, understanding and customizing the ribbon. I have ran into several problems and inconstant things.&lt;br&gt;
Utilities like these will be valuable and can also help to get a better understanding of the ribbon (easy to &#039;play&#039; with).&lt;/p&gt;
&lt;p&gt;OT: My compliments for the book &quot;Excel 2007 VBA&quot; so far the part about customizing the ribbon has been very useful!&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Bastien&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Mike,</p>
<p>I just took a quick look at the file to see what it was and how it looked.<br />
First comment: the vba-project has a reference to the &#8220;Microsoft Soap Type Library&#8221; which is not by default available on most computers and therefore the code produces an error. After I removed the reference it worked fine.</p>
<p>The past weeks I have been very busy working with, understanding and customizing the ribbon. I have ran into several problems and inconstant things.<br />
Utilities like these will be valuable and can also help to get a better understanding of the ribbon (easy to &#8216;play&#8217; with).</p>
<p>OT: My compliments for the book &#8220;Excel 2007 VBA&#8221; so far the part about customizing the ribbon has been very useful!</p>
<p>Kind regards,<br />
Bastien</p>
]]></content:encoded>
	</item>
</channel>
</rss>

