<?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: Contour and Surface Charts in Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/</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: john cockayne</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-175665</link>
		<dc:creator>john cockayne</dc:creator>
		<pubDate>Sun, 22 Jan 2012 00:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-175665</guid>
		<description>Jon,
It appears that there is a ~32,000 colorized pixel limit for the contour surface chart because the plot height produced automatically varies as I supply 5 columns of values with 15, 30, 60 rows that are interpolated to color the values in the box with my 75, 150, 300 values.
Am I understanding some subtle aspect? Or having an ID-10-T issue? john</description>
		<content:encoded><![CDATA[<p>Jon,<br />
It appears that there is a ~32,000 colorized pixel limit for the contour surface chart because the plot height produced automatically varies as I supply 5 columns of values with 15, 30, 60 rows that are interpolated to color the values in the box with my 75, 150, 300 values.<br />
Am I understanding some subtle aspect? Or having an ID-10-T issue? john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-168967</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 30 Dec 2011 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-168967</guid>
		<description>Ben -

The documentation was rather slim (it&#039;s post-2003 Office, after all), but I came up with this:

ActiveChart.Legend.LegendEntries(i).LegendKey.Interior.ColorIndex = 13</description>
		<content:encoded><![CDATA[<p>Ben -</p>
<p>The documentation was rather slim (it&#8217;s post-2003 Office, after all), but I came up with this:</p>
<p>ActiveChart.Legend.LegendEntries(i).LegendKey.Interior.ColorIndex = 13</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Martin</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-168926</link>
		<dc:creator>Ben Martin</dc:creator>
		<pubDate>Fri, 30 Dec 2011 10:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-168926</guid>
		<description>Trying to update some code that worked in XL 2003. Specifically, would like to have ActiveChart.Legend.LegendEntries(i).Interior.ColorIndex = 13 still work (deprecated in XL 2007, and crashes after a while). Any suggestions? Thanks.

Ben</description>
		<content:encoded><![CDATA[<p>Trying to update some code that worked in XL 2003. Specifically, would like to have ActiveChart.Legend.LegendEntries(i).Interior.ColorIndex = 13 still work (deprecated in XL 2007, and crashes after a while). Any suggestions? Thanks.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libby</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-115536</link>
		<dc:creator>Libby</dc:creator>
		<pubDate>Mon, 01 Aug 2011 14:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-115536</guid>
		<description>Hello,

I solved it!! I thought I had the VBA tool pack installed, but I didn&#039;t!! So I have done that now, and it does show up.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I solved it!! I thought I had the VBA tool pack installed, but I didn&#8217;t!! So I have done that now, and it does show up.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-115531</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 01 Aug 2011 13:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-115531</guid>
		<description>Libby - What are the names of the three axes in the drop down?</description>
		<content:encoded><![CDATA[<p>Libby &#8211; What are the names of the three axes in the drop down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libby</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/comment-page-1/#comment-115520</link>
		<dc:creator>Libby</dc:creator>
		<pubDate>Mon, 01 Aug 2011 12:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097#comment-115520</guid>
		<description>Hello,

thank you for the help, I have been struggling with contour maps for ages.

BUT..... my drop down menu does not have the field &#039;vertical (value) axis&#039;... its just not there!!

I would appreciate any help on this.

Thanks,
Libby</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you for the help, I have been struggling with contour maps for ages.</p>
<p>BUT&#8230;.. my drop down menu does not have the field &#8216;vertical (value) axis&#8217;&#8230; its just not there!!</p>
<p>I would appreciate any help on this.</p>
<p>Thanks,<br />
Libby</p>
]]></content:encoded>
	</item>
</channel>
</rss>

