<?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: Creating Charts in a Grid</title>
	<atom:link href="http://peltiertech.com/WordPress/creating-charts-in-a-grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +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: Saleh</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-105376</link>
		<dc:creator>Saleh</dc:creator>
		<pubDate>Sun, 19 Jun 2011 05:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-105376</guid>
		<description>Hi John,

first, let me say i  am no expert in coding, but the above code is realy cool,
i ran the code using my data and i got run-time error &#039;1004&#039;
Method &#039;Range&#039; of object_&#039;worksheet&#039; failed</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>first, let me say i  am no expert in coding, but the above code is realy cool,<br />
i ran the code using my data and i got run-time error &#8217;1004&#8242;<br />
Method &#8216;Range&#8217; of object_&#8217;worksheet&#8217; failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-35098</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-35098</guid>
		<description>Suddnely it worked perfectly just out og nowhere, Just after I changed setting for 
legend:

.HasLegend = True
      .SetElement (msoElementLegendBottom)

I have no idea how. As you probably see I am absloute begginer with VBA.

Thank you for your time very much !

Regards, Ivan</description>
		<content:encoded><![CDATA[<p>Suddnely it worked perfectly just out og nowhere, Just after I changed setting for<br />
legend:</p>
<p>.HasLegend = True<br />
      .SetElement (msoElementLegendBottom)</p>
<p>I have no idea how. As you probably see I am absloute begginer with VBA.</p>
<p>Thank you for your time very much !</p>
<p>Regards, Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-35096</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-35096</guid>
		<description>Indeed it was. Thank for your input. Range was not properly addressed. 

But now some unknown error appears:

Run-time error: -2147467259(8004005)
Automation error
Unspecified error

And it creates just the first chart and  then breaks.

Regards, Ivan</description>
		<content:encoded><![CDATA[<p>Indeed it was. Thank for your input. Range was not properly addressed. </p>
<p>But now some unknown error appears:</p>
<p>Run-time error: -2147467259(8004005)<br />
Automation error<br />
Unspecified error</p>
<p>And it creates just the first chart and  then breaks.</p>
<p>Regards, Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-35095</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 03 Jun 2010 11:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-35095</guid>
		<description>Ivan -

This error indicates a problem identifying the range with the settings. Did you apply the name &quot;Settings&quot; to the range containing the settings?</description>
		<content:encoded><![CDATA[<p>Ivan -</p>
<p>This error indicates a problem identifying the range with the settings. Did you apply the name &#8220;Settings&#8221; to the range containing the settings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-35092</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 11:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-35092</guid>
		<description>Dear Mr. Peltier,

I tried to replicate this particular example in the workbook but it always finishes with an error:

Runtime error &quot;9&quot; - Subscript out of range.

I changed name of the cell B2 to RowsTall as it was written in the procedure. However when I try to run debugger it seems that it breaks at the line :

 nRowsTall = vSettings(2, 1)


Regards, Ivan</description>
		<content:encoded><![CDATA[<p>Dear Mr. Peltier,</p>
<p>I tried to replicate this particular example in the workbook but it always finishes with an error:</p>
<p>Runtime error &#8220;9&#8243; &#8211; Subscript out of range.</p>
<p>I changed name of the cell B2 to RowsTall as it was written in the procedure. However when I try to run debugger it seems that it breaks at the line :</p>
<p> nRowsTall = vSettings(2, 1)</p>
<p>Regards, Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/creating-charts-in-a-grid/comment-page-1/#comment-7623</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 29 Dec 2008 01:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/21/creating-charts-in-a-grid/#comment-7623</guid>
		<description>KC -

I have occasionally had issues in code changing the properties of borders of chart elements, typically of axes or gridlines. I often insert this before editing borders. Another workaround, which isn&#039;t particularly reliable but works in a few more cases, is to select the chart element, then format the border.

I wish I could answer this question more definitively.</description>
		<content:encoded><![CDATA[<p>KC -</p>
<p>I have occasionally had issues in code changing the properties of borders of chart elements, typically of axes or gridlines. I often insert this before editing borders. Another workaround, which isn&#8217;t particularly reliable but works in a few more cases, is to select the chart element, then format the border.</p>
<p>I wish I could answer this question more definitively.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

