<?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: Recorded Macro Error with Bubble and Stock Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:13:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-36606</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 23 Jun 2010 14:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-36606</guid>
		<description>In 2003 you can use an image file as the background fill for chart and plot areas and fills for series that use fills (area, bar, column). This action should record in 2003 and 2007. The 2010 recorder has a lot of the stuff that 2007&#039;s didn&#039;t get, so perhaps recording the &quot;fill from clipboard&quot; action in 2010 will give code you can use in 2007.</description>
		<content:encoded><![CDATA[<p>In 2003 you can use an image file as the background fill for chart and plot areas and fills for series that use fills (area, bar, column). This action should record in 2003 and 2007. The 2010 recorder has a lot of the stuff that 2007&#8217;s didn&#8217;t get, so perhaps recording the &#8220;fill from clipboard&#8221; action in 2010 will give code you can use in 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stock Charts</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-36533</link>
		<dc:creator>Stock Charts</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-36533</guid>
		<description>I noticed that excel 2007 will accept a picture from the clipoard as a plot area background. I have tried to record a Macro and searched the web to find the method associated with this action but haven’t had much luck. Do you have any insight? Is there a similar feature in 2003 that can be used.</description>
		<content:encoded><![CDATA[<p>I noticed that excel 2007 will accept a picture from the clipoard as a plot area background. I have tried to record a Macro and searched the web to find the method associated with this action but haven’t had much luck. Do you have any insight? Is there a similar feature in 2003 that can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-27485</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-27485</guid>
		<description>Lee -

Excel 2010 includes the ability to record all kinds of charting actions. The only problem is, using the clipboard for the picture is not accurately recorded, and I can find no alternative in the object model documentation that will apply the contents of the clipboard to the fill of a chart element.</description>
		<content:encoded><![CDATA[<p>Lee -</p>
<p>Excel 2010 includes the ability to record all kinds of charting actions. The only problem is, using the clipboard for the picture is not accurately recorded, and I can find no alternative in the object model documentation that will apply the contents of the clipboard to the fill of a chart element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-27453</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 24 Feb 2010 03:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-27453</guid>
		<description>I noticed that excel 2007 will accept a picture from the clipoard as a plot area background.  I have tried to record a Macro and searched the web to find the method associated with this action but haven&#039;t had much luck.  Do you have any insight?  Is there a similar feature in 2003 that can be used.</description>
		<content:encoded><![CDATA[<p>I noticed that excel 2007 will accept a picture from the clipoard as a plot area background.  I have tried to record a Macro and searched the web to find the method associated with this action but haven&#8217;t had much luck.  Do you have any insight?  Is there a similar feature in 2003 that can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-26088</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-26088</guid>
		<description>Tony -

Nothing about Excel is really off-topic here.

I wrote a series of &quot;How-To&quot; posts about VBA last year:


&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/&quot; title=&quot;How To: Use Someone Else&#039;s Macro&quot; rel=&quot;nofollow&quot;&gt;How To: Use Someone Else’s Macro&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-recording-your-own-macro/&quot; title=&quot;How To: Record Your Own Macro&quot; rel=&quot;nofollow&quot;&gt;How To: Record Your Own Macro&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-fix-a-recorded-macro/&quot; title=&quot;How To: Fix a Recorded Macro&quot; rel=&quot;nofollow&quot;&gt;How To: Fix a Recorded Macro&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/make-recorded-macro-independent-of-sheet/&quot; title=&quot;Make Your Recorded Macro Independent of Which Sheet is Active&quot; rel=&quot;nofollow&quot;&gt;Make Your Recorded Macro Independent of Which Sheet is Active&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-assign-a-macro-to-a-toolbar-or-menu/&quot; title=&quot;How To: Assign a Macro to a Toolbar or Menu&quot; rel=&quot;nofollow&quot;&gt;How To: Assign a Macro to a Toolbar or Menu&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-assign-a-macro-to-an-activex-control/&quot; title=&quot;How To: Assign a Macro to an ActiveX Control&quot; rel=&quot;nofollow&quot;&gt;How To: Assign a Macro to an ActiveX Control&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/WordPress/how-to-assign-a-macro-to-a-button-or-shape/&quot; title=&quot;How To: Assign a Macro to a Button or Shape&quot; rel=&quot;nofollow&quot;&gt;How To: Assign a Macro to a Button or Shape&lt;/a&gt;


These should get anyone started, then Google can help once you know enough to guess at keywords.</description>
		<content:encoded><![CDATA[<p>Tony -</p>
<p>Nothing about Excel is really off-topic here.</p>
<p>I wrote a series of &#8220;How-To&#8221; posts about VBA last year:</p>
<p><a href="http://peltiertech.com/WordPress/how-to-use-someone-elses-macro/" title="How To: Use Someone Else's Macro" rel="nofollow">How To: Use Someone Else’s Macro</a><br />
<a href="http://peltiertech.com/WordPress/how-to-recording-your-own-macro/" title="How To: Record Your Own Macro" rel="nofollow">How To: Record Your Own Macro</a><br />
<a href="http://peltiertech.com/WordPress/how-to-fix-a-recorded-macro/" title="How To: Fix a Recorded Macro" rel="nofollow">How To: Fix a Recorded Macro</a><br />
<a href="http://peltiertech.com/WordPress/make-recorded-macro-independent-of-sheet/" title="Make Your Recorded Macro Independent of Which Sheet is Active" rel="nofollow">Make Your Recorded Macro Independent of Which Sheet is Active</a><br />
<a href="http://peltiertech.com/WordPress/how-to-assign-a-macro-to-a-toolbar-or-menu/" title="How To: Assign a Macro to a Toolbar or Menu" rel="nofollow">How To: Assign a Macro to a Toolbar or Menu</a><br />
<a href="http://peltiertech.com/WordPress/how-to-assign-a-macro-to-an-activex-control/" title="How To: Assign a Macro to an ActiveX Control" rel="nofollow">How To: Assign a Macro to an ActiveX Control</a><br />
<a href="http://peltiertech.com/WordPress/how-to-assign-a-macro-to-a-button-or-shape/" title="How To: Assign a Macro to a Button or Shape" rel="nofollow">How To: Assign a Macro to a Button or Shape</a></p>
<p>These should get anyone started, then Google can help once you know enough to guess at keywords.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rose</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-26079</link>
		<dc:creator>Tony Rose</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-26079</guid>
		<description>Jon - This may be a little off topic, but still relevant.  What would you suggest for someone who has pretty much mastered Excel except for any VBA.  They can create great charts, dashboards and use just about any formula, but are not a programmer.  

How does one start to learn VBA (resources, books, etc.)?  Any suggestions or tips would be appreciated.</description>
		<content:encoded><![CDATA[<p>Jon &#8211; This may be a little off topic, but still relevant.  What would you suggest for someone who has pretty much mastered Excel except for any VBA.  They can create great charts, dashboards and use just about any formula, but are not a programmer.  </p>
<p>How does one start to learn VBA (resources, books, etc.)?  Any suggestions or tips would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-26078</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-26078</guid>
		<description>Colin -

Good point. They&#039;ve been around for so long, I just assumed they went back to the Late Pleistocene era, when VBA was introduced. I&#039;ve corrected the error.</description>
		<content:encoded><![CDATA[<p>Colin -</p>
<p>Good point. They&#8217;ve been around for so long, I just assumed they went back to the Late Pleistocene era, when VBA was introduced. I&#8217;ve corrected the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-26074</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-26074</guid>
		<description>Jon, despite what that KB article says, I don&#039;t see how this error could have existed in Excel 5/95. Stock and Bubble charts were introduced in Excel 97.</description>
		<content:encoded><![CDATA[<p>Jon, despite what that KB article says, I don&#8217;t see how this error could have existed in Excel 5/95. Stock and Bubble charts were introduced in Excel 97.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
