<?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>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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-40266</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-40266</guid>
		<description>Dalph -

They didn&#039;t modify the recorder. They completely revamped the shapes used in Office, and the chart pieces that are comprised of these new shapes. They did not have the time or resources to update the recorder to incorporate these changes. Fortunately the Excel 2010 has been updated. Unfortunately, the help files follow a trend started in about Office 2002, in that they are increasingly less helpful.</description>
		<content:encoded><![CDATA[<p>Dalph -</p>
<p>They didn&#8217;t modify the recorder. They completely revamped the shapes used in Office, and the chart pieces that are comprised of these new shapes. They did not have the time or resources to update the recorder to incorporate these changes. Fortunately the Excel 2010 has been updated. Unfortunately, the help files follow a trend started in about Office 2002, in that they are increasingly less helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalph</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-40265</link>
		<dc:creator>Dalph</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-40265</guid>
		<description>Thanks Jon, this works perfectly !!! Now I need to modify the code sor that it can run across brands and statements ... Will be fun once finished.

But why the hell have microsoft modified the &quot;recorder&quot; ? ...</description>
		<content:encoded><![CDATA[<p>Thanks Jon, this works perfectly !!! Now I need to modify the code sor that it can run across brands and statements &#8230; Will be fun once finished.</p>
<p>But why the hell have microsoft modified the &#8220;recorder&#8221; ? &#8230;</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-40262</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 21 Sep 2010 14:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-40262</guid>
		<description>Hi Dalph -

I recorded a macro in 2003, then severely edited it:

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;Sub UseLogosForMarkers()
    ActiveSheet.Shapes(&quot;Logo1&quot;).Copy
    ActiveSheet.ChartObjects(&quot;MyChart&quot;).Chart.SeriesCollection(1).Paste
    ActiveSheet.Shapes(&quot;Logo2&quot;).Copy
    ActiveSheet.ChartObjects(&quot;MyChart&quot;).Chart.SeriesCollection(2).Paste
End Sub&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Dalph -</p>
<p>I recorded a macro in 2003, then severely edited it:</p>
<pre class="vbasmall"><code>Sub UseLogosForMarkers()
    ActiveSheet.Shapes("Logo1").Copy
    ActiveSheet.ChartObjects("MyChart").Chart.SeriesCollection(1).Paste
    ActiveSheet.Shapes("Logo2").Copy
    ActiveSheet.ChartObjects("MyChart").Chart.SeriesCollection(2).Paste
End Sub</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalph</title>
		<link>http://peltiertech.com/WordPress/recorded-macro-error-with-bubble-and-stock-charts/comment-page-1/#comment-40260</link>
		<dc:creator>Dalph</dc:creator>
		<pubDate>Tue, 21 Sep 2010 13:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3018#comment-40260</guid>
		<description>Hi Jon, your site has saved me many times in the past.

We recently switched to 2007 at work, and I am facing the following issue.

I am creating reports on 4 brands.
In a spreadsheet, I have a list of logos populating pictures (all is linked)
I have created bubble charts to represent scores of the brands across various dimensions/ statements.

So far, all fine. Now, the issue.  I have tried the following : go to the Logo spreadsheet, copy picture 1, go back to my chart, select SeriesCollection1, format, fill with pic from clipboard.  Fantastic !  It works.
Now considering I have about 50 bubbles, I&#039;d like to kind of automate this process.

Any suggestion or part of code that could help me ? I have no possiblitiy to either go back to 2003 or run 2010.

Thanks in advance
Dalph</description>
		<content:encoded><![CDATA[<p>Hi Jon, your site has saved me many times in the past.</p>
<p>We recently switched to 2007 at work, and I am facing the following issue.</p>
<p>I am creating reports on 4 brands.<br />
In a spreadsheet, I have a list of logos populating pictures (all is linked)<br />
I have created bubble charts to represent scores of the brands across various dimensions/ statements.</p>
<p>So far, all fine. Now, the issue.  I have tried the following : go to the Logo spreadsheet, copy picture 1, go back to my chart, select SeriesCollection1, format, fill with pic from clipboard.  Fantastic !  It works.<br />
Now considering I have about 50 bubbles, I&#8217;d like to kind of automate this process.</p>
<p>Any suggestion or part of code that could help me ? I have no possiblitiy to either go back to 2003 or run 2010.</p>
<p>Thanks in advance<br />
Dalph</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-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&#8242;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>
</channel>
</rss>

