<?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: Build an Excel Add-In 6 – Interface for 2003</title>
	<atom:link href="http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kurt</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-75364</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Mon, 07 Mar 2011 17:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-75364</guid>
		<description>Hi Jon,

me - and a lot of others I asume - are waiting for the next part(s) of this series</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>me &#8211; and a lot of others I asume &#8211; are waiting for the next part(s) of this series</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-30910</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-30910</guid>
		<description>Jon -

Start with Ron de Bruin&#039;s &lt;a href=&quot;http://www.rondebruin.nl/ribbon.htm&quot; title=&quot;Change the Ribbon in Excel 2007 or Excel 2010&quot; rel=&quot;nofollow&quot;&gt;Change the Ribbon in Excel 2007 or Excel 2010&lt;/a&gt;. Then pick up the oustanding book &lt;a href=&quot;http://www.amazon.com/RibbonX-Customizing-Office-2007-Ribbon/dp/0470191112%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470191112&quot; title=&quot;RibbonX: Customizing the Office 2007 Ribbon&quot; rel=&quot;nofollow&quot;&gt;RibbonX: Customizing the Office 2007 Ribbon&lt;/a&gt;, by Robert Martin, Ken Puls, and Teresa Hennig.

And thanks for reminding me to get working on the last few articles in that series.</description>
		<content:encoded><![CDATA[<p>Jon -</p>
<p>Start with Ron de Bruin&#8217;s <a href="http://www.rondebruin.nl/ribbon.htm" title="Change the Ribbon in Excel 2007 or Excel 2010" rel="nofollow">Change the Ribbon in Excel 2007 or Excel 2010</a>. Then pick up the oustanding book <a href="http://www.amazon.com/RibbonX-Customizing-Office-2007-Ribbon/dp/0470191112%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470191112" title="RibbonX: Customizing the Office 2007 Ribbon" rel="nofollow">RibbonX: Customizing the Office 2007 Ribbon</a>, by Robert Martin, Ken Puls, and Teresa Hennig.</p>
<p>And thanks for reminding me to get working on the last few articles in that series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-30903</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 15 Apr 2010 05:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-30903</guid>
		<description>This is a great article series! I need to do just this (deploy a macro with button to both 03 and 07 users) however the business needs it this month before your series will likely be finished unfortunately. Back to the google I suppose.</description>
		<content:encoded><![CDATA[<p>This is a great article series! I need to do just this (deploy a macro with button to both 03 and 07 users) however the business needs it this month before your series will likely be finished unfortunately. Back to the google I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-28807</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-28807</guid>
		<description>Dale -

Correct, I manipulate both menu bars. Not terribly elegant: sometimes I hit both in a loop, other times I have entries for both in the menu data table. Almost everything that I add to the Worksheet Menu Bar&#039;s Tools menu is also added to the Chart Menu Bar&#039;s Tools menu, and vice versa.</description>
		<content:encoded><![CDATA[<p>Dale -</p>
<p>Correct, I manipulate both menu bars. Not terribly elegant: sometimes I hit both in a loop, other times I have entries for both in the menu data table. Almost everything that I add to the Worksheet Menu Bar&#8217;s Tools menu is also added to the Chart Menu Bar&#8217;s Tools menu, and vice versa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaleW</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-28805</link>
		<dc:creator>DaleW</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-28805</guid>
		<description>Jon,

Good commentary. 

In order to walk before trying to run with classic Excel custom menus, I&#039;m seeing what I can do with J-Walk&#039;s MenuMakr that you mentioned.  (If it was a good enough starting point for you . . .)

Am I right that in order to adapt MenuMakr for Excel charting, one likely would want to tweak it to manage CommandBars(&quot;Chart Menu Bar&quot;) instead of just of just &quot;Worksheet Menu Bar&quot;?   Seems like it might be common to have partially overlapping lists of macros that a developer would want to add to those two standard menus -- to preserve context sensitivity.

Apparently your code elegantly juggles three toolbars at once.  In order to someday appreciate it, I&#039;d better practice my toss with just one or two balls at a time.</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Good commentary. </p>
<p>In order to walk before trying to run with classic Excel custom menus, I&#8217;m seeing what I can do with J-Walk&#8217;s MenuMakr that you mentioned.  (If it was a good enough starting point for you . . .)</p>
<p>Am I right that in order to adapt MenuMakr for Excel charting, one likely would want to tweak it to manage CommandBars(&#8220;Chart Menu Bar&#8221;) instead of just of just &#8220;Worksheet Menu Bar&#8221;?   Seems like it might be common to have partially overlapping lists of macros that a developer would want to add to those two standard menus &#8212; to preserve context sensitivity.</p>
<p>Apparently your code elegantly juggles three toolbars at once.  In order to someday appreciate it, I&#8217;d better practice my toss with just one or two balls at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-6-%e2%80%93-interface-for-2003/comment-page-1/#comment-28583</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3175#comment-28583</guid>
		<description>Dennis -

I have used .Tag is some cases. I guess here the .Caption seemed easy enough.</description>
		<content:encoded><![CDATA[<p>Dennis -</p>
<p>I have used .Tag is some cases. I guess here the .Caption seemed easy enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

