<?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: Quick VBA Routine: XY Chart with Axis Titles</title>
	<atom:link href="http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 03:01: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: Mohammad</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-25616</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Sun, 17 Jan 2010 21:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-25616</guid>
		<description>Many thanks

It works for me in excel 2007.the good thing is that the program can be used for many X:Y data arrangement.</description>
		<content:encoded><![CDATA[<p>Many thanks</p>
<p>It works for me in excel 2007.the good thing is that the program can be used for many X:Y data arrangement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-25514</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-25514</guid>
		<description>Mohammad -

That&#039;s one of the data layouts that my &lt;a href=&quot;http://peltiertech.com/Excel/ChartsHowTo/QuickChartUtility.html&quot; title=&quot;Quick Excel XY Chart Utility&quot; rel=&quot;nofollow&quot;&gt;Quick Excel XY Chart Utility&lt;/a&gt; can handle. It&#039;s called X-X-Y-Y and it&#039;s 4th from the left in the first row. This will not add the axis titles, but by adding all the series, the ustility will save you more time.

The utility is free and works well up to 2003. I haven&#039;t tried it in 2007 but I don&#039;t think there&#039;s going to be a problem with it.

Let me know how it works.</description>
		<content:encoded><![CDATA[<p>Mohammad -</p>
<p>That&#8217;s one of the data layouts that my <a href="http://peltiertech.com/Excel/ChartsHowTo/QuickChartUtility.html" title="Quick Excel XY Chart Utility" rel="nofollow">Quick Excel XY Chart Utility</a> can handle. It&#8217;s called X-X-Y-Y and it&#8217;s 4th from the left in the first row. This will not add the axis titles, but by adding all the series, the ustility will save you more time.</p>
<p>The utility is free and works well up to 2003. I haven&#8217;t tried it in 2007 but I don&#8217;t think there&#8217;s going to be a problem with it.</p>
<p>Let me know how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-25470</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-25470</guid>
		<description>Thanks  for your reply.

I have 10 series ,such that for example in first series X are($A$1:$A$10) and Y are(!$K$1:$K$10) and in  second seris X are ($B$1:$B$10) and Y are($L$1:$L$10) and so on.</description>
		<content:encoded><![CDATA[<p>Thanks  for your reply.</p>
<p>I have 10 series ,such that for example in first series X are($A$1:$A$10) and Y are(!$K$1:$K$10) and in  second seris X are ($B$1:$B$10) and Y are($L$1:$L$10) and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-25469</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-25469</guid>
		<description>Mohammed -

Is the data in rows? Or do you have 10 series, with all ten X ranges first, then all ten Y ranges?</description>
		<content:encoded><![CDATA[<p>Mohammed -</p>
<p>Is the data in rows? Or do you have 10 series, with all ten X ranges first, then all ten Y ranges?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-25465</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-25465</guid>
		<description>I am trying to generate the similar graph but I want to select for example first 10 coloumns as X and 10 second coloumns as Y.
please let me know which kind of modification I should do.

Regards</description>
		<content:encoded><![CDATA[<p>I am trying to generate the similar graph but I want to select for example first 10 coloumns as X and 10 second coloumns as Y.<br />
please let me know which kind of modification I should do.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/quick-vba-routine-xy-chart-with-axis-titles/comment-page-1/#comment-22639</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/06/quick-vba-routine-xy-chart-with-axis-titles/#comment-22639</guid>
		<description>Doh! I said the code was smart. I made no such assertions about the &lt;em&gt;coder&lt;/em&gt;!</description>
		<content:encoded><![CDATA[<p>Doh! I said the code was smart. I made no such assertions about the <em>coder</em>!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

