<?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: VBA to Split Data Range into Multiple Chart Series</title>
	<atom:link href="http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:19:32 +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: ggplot2: Don’t Try This With Excel &#171; Learning R</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13399</link>
		<dc:creator>ggplot2: Don’t Try This With Excel &#171; Learning R</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13399</guid>
		<description>[...]   tags: chart, excel, ggplot2, plot, plyr, R by learnr   Building on the original blog post &#8220;VBA to Split Data Range into Multiple Chart Series&#8221; by Jon Peltier, and the R version in this blog and in his blog, Charts &amp; Graphs blog [...]</description>
		<content:encoded><![CDATA[<p>[...]   tags: chart, excel, ggplot2, plot, plyr, R by learnr   Building on the original blog post &#8220;VBA to Split Data Range into Multiple Chart Series&#8221; by Jon Peltier, and the R version in this blog and in his blog, Charts &amp; Graphs blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don&#8217;t Try This With Excel &#171; Charts &#38; Graphs</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13385</link>
		<dc:creator>Don&#8217;t Try This With Excel &#171; Charts &#38; Graphs</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13385</guid>
		<description>[...] and subset()  function can do the  same thing as the VBA code that Jon Peltier illustrated in his May, 2008 post. The point of that post was to show that [...]</description>
		<content:encoded><![CDATA[<p>[...] and subset()  function can do the  same thing as the VBA code that Jon Peltier illustrated in his May, 2008 post. The point of that post was to show that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13378</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 22 Apr 2009 14:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13378</guid>
		<description>An &quot;easy&quot; way? Unfortunately, no. You need to write a VBA routine that steps through the data, making one chart per relevant subset, and placing thei chart where it belongs. Or you need a prebuilt report with the data and reports, and a VBA routine that helps the user update teh data and makes sure the charts update properly.

One thing that makes this hard is that each example of such a program is different from all others. My data is arranged differently than yours, and my report is laid out differently.</description>
		<content:encoded><![CDATA[<p>An &#8220;easy&#8221; way? Unfortunately, no. You need to write a VBA routine that steps through the data, making one chart per relevant subset, and placing thei chart where it belongs. Or you need a prebuilt report with the data and reports, and a VBA routine that helps the user update teh data and makes sure the charts update properly.</p>
<p>One thing that makes this hard is that each example of such a program is different from all others. My data is arranged differently than yours, and my report is laid out differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin langdon</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13364</link>
		<dc:creator>kevin langdon</dc:creator>
		<pubDate>Wed, 22 Apr 2009 01:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13364</guid>
		<description>HI 

do you know an easy way to create multiple charts from an array of data and save it to multiple locations in a report style excel doc.</description>
		<content:encoded><![CDATA[<p>HI </p>
<p>do you know an easy way to create multiple charts from an array of data and save it to multiple locations in a report style excel doc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel&#8217;s Missing Factor &#171; Charts &#38; Graphs</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13211</link>
		<dc:creator>Excel&#8217;s Missing Factor &#171; Charts &#38; Graphs</dc:creator>
		<pubDate>Thu, 16 Apr 2009 15:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13211</guid>
		<description>[...] his &#8220;VBA to Split Data Range into Multiple Chart Series&#8220;  (May, 2008) , Jon Peltier writes: &#8220;A common problem is to make a chart from a list [...]</description>
		<content:encoded><![CDATA[<p>[...] his &#8220;VBA to Split Data Range into Multiple Chart Series&#8220;  (May, 2008) , Jon Peltier writes: &#8220;A common problem is to make a chart from a list [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13148</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13148</guid>
		<description>Doris -

Between &lt;tt class=&quot;tt&quot;&gt;With srs&lt;/tt&gt; and &lt;tt class=&quot;tt&quot;&gt;End With&lt;/tt&gt;, you need a line like:

&lt;tt class=&quot;tt&quot;&gt;.ChartType = xlChartTypeArea&lt;/tt&gt;</description>
		<content:encoded><![CDATA[<p>Doris -</p>
<p>Between <tt class="tt">With srs</tt> and <tt class="tt">End With</tt>, you need a line like:</p>
<p><tt class="tt">.ChartType = xlChartTypeArea</tt></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doris</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13146</link>
		<dc:creator>Doris</dc:creator>
		<pubDate>Tue, 14 Apr 2009 19:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13146</guid>
		<description>I was looking at this example and I have a similar situation-- what would be the vba command to set the series in the second loop as a different chart type other than the default line with markers?

Doris</description>
		<content:encoded><![CDATA[<p>I was looking at this example and I have a similar situation&#8211; what would be the vba command to set the series in the second loop as a different chart type other than the default line with markers?</p>
<p>Doris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Marusic</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13143</link>
		<dc:creator>Felix Marusic</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13143</guid>
		<description>Jon,

Thanks again...the code does exactly what I need.

-Felix</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Thanks again&#8230;the code does exactly what I need.</p>
<p>-Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13141</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13141</guid>
		<description>I don&#039;t know why you got the error, but I misunderstood what you wanted. Remove the line I had you insert before, and replace the existing Name line as follows:

&lt;pre class=&quot;vbasmall&quot;&gt;    With srs
      .Values = rng.Columns(iCol)
      .XValues = rng.Columns(4)
      &lt;span style=&quot;color: red;&quot;&gt;.Name = &quot;=&quot; &amp; rng.Cells(0, iCol).Address(True, True, xlR1C1, True)&lt;/span&gt;
    End With&lt;/pre&gt;
&lt;p&gt;&#160;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you got the error, but I misunderstood what you wanted. Remove the line I had you insert before, and replace the existing Name line as follows:</p>
<pre class="vbasmall">    With srs
      .Values = rng.Columns(iCol)
      .XValues = rng.Columns(4)
      <span style="color: red;">.Name = "=" &#038; rng.Cells(0, iCol).Address(True, True, xlR1C1, True)</span>
    End With</pre>
<p>&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Marusic</title>
		<link>http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/comment-page-1/#comment-13140</link>
		<dc:creator>Felix Marusic</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=77#comment-13140</guid>
		<description>Jon,

I tried it and got a &quot;compile error:  expected: identifier or bracketed expression&quot; message for that line.  Would have been nice but at this point it looks like they will just have to name those series manually.  Thanks for your help though!

-Felix</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>I tried it and got a &#8220;compile error:  expected: identifier or bracketed expression&#8221; message for that line.  Would have been nice but at this point it looks like they will just have to name those series manually.  Thanks for your help though!</p>
<p>-Felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
