<?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: Enhanced Export Chart Procedure</title>
	<atom:link href="http://peltiertech.com/WordPress/enhanced-export-chart-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:03:15 +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: Pradheep</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-28409</link>
		<dc:creator>Pradheep</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-28409</guid>
		<description>Very useful &amp; thoughful add-in. Thank you!</description>
		<content:encoded><![CDATA[<p>Very useful &amp; thoughful add-in. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-27508</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-27508</guid>
		<description>Fantastic Add-In!</description>
		<content:encoded><![CDATA[<p>Fantastic Add-In!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-26801</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 10 Feb 2010 11:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-26801</guid>
		<description>Yea, works great on 2007 - copied into library folder - then clicked on the &quot;start&quot; button (top left) &gt; Excel Options &gt; Addins. Might need to restart excel to get the Add Ins tab showing.</description>
		<content:encoded><![CDATA[<p>Yea, works great on 2007 &#8211; copied into library folder &#8211; then clicked on the &#8220;start&#8221; button (top left) &gt; Excel Options &gt; Addins. Might need to restart excel to get the Add Ins tab showing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-22421</link>
		<dc:creator>S.</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-22421</guid>
		<description>Thank you a lot! It&#039;s great!</description>
		<content:encoded><![CDATA[<p>Thank you a lot! It&#8217;s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-18352</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 27 Aug 2009 17:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-18352</guid>
		<description>Matthew -

You need to make the chart the proper size to begin with. You should do int manually, and then make sure the chart looks okay.

To do it programmatically, before exporting multiply the size in pixels by 0.75 to specify the size in points (for a typical monitor setting). For example, to export the chart as a 400x600 pixel image:

ActiveChart.Parent.Height = 400 * 0.75
ActiveChart.Parent.Width = 600 * 0.75</description>
		<content:encoded><![CDATA[<p>Matthew -</p>
<p>You need to make the chart the proper size to begin with. You should do int manually, and then make sure the chart looks okay.</p>
<p>To do it programmatically, before exporting multiply the size in pixels by 0.75 to specify the size in points (for a typical monitor setting). For example, to export the chart as a 400&#215;600 pixel image:</p>
<p>ActiveChart.Parent.Height = 400 * 0.75<br />
ActiveChart.Parent.Width = 600 * 0.75</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew McGlone</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-18200</link>
		<dc:creator>Matthew McGlone</dc:creator>
		<pubDate>Tue, 25 Aug 2009 21:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-18200</guid>
		<description>Thanks for the great tool.  Is there a way to specify the desired output resolution?  I need a specific size (x,y) and find that resizing in Paint or other graphic editors to distort the chart image.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tool.  Is there a way to specify the desired output resolution?  I need a specific size (x,y) and find that resizing in Paint or other graphic editors to distort the chart image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-14723</link>
		<dc:creator>julian</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-14723</guid>
		<description>Excellent! This works great, and I could never have done it myself. Thanks :)</description>
		<content:encoded><![CDATA[<p>Excellent! This works great, and I could never have done it myself. Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12613</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 30 Mar 2009 03:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12613</guid>
		<description>SP3 of ?? I don&#039;t see how that would be a problem. I did just notice the problem occurred on 64-bit XP, but to have this fail on such a core function boggles the mind. Although Microsoft has boggled many minds with various upgrades and updates.</description>
		<content:encoded><![CDATA[<p>SP3 of ?? I don&#8217;t see how that would be a problem. I did just notice the problem occurred on 64-bit XP, but to have this fail on such a core function boggles the mind. Although Microsoft has boggled many minds with various upgrades and updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12612</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 30 Mar 2009 03:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12612</guid>
		<description>Could it be SP3?

Cheers, 

Bob</description>
		<content:encoded><![CDATA[<p>Could it be SP3?</p>
<p>Cheers, </p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12434</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 25 Mar 2009 23:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12434</guid>
		<description>I&#039;m not sure why that line would fail. I have a trap that bypasses the line if sPathName is &quot;&quot;, or rather, if the length of the string in sPathName is zero. Is the workbook stored on a network share, perhaps, or opened from email or from a zip file?

You could change the section of code to

&lt;pre class=&quot;vbasmall&quot;&gt;On Error Resume Next
    ChDrive sPathName
    ChDir sPathName
On Error Goto 0&lt;/pre&gt;

&#160;&lt;br /&gt;The charts exported as image files have no greater resolution than the screen.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why that line would fail. I have a trap that bypasses the line if sPathName is &#8220;&#8221;, or rather, if the length of the string in sPathName is zero. Is the workbook stored on a network share, perhaps, or opened from email or from a zip file?</p>
<p>You could change the section of code to</p>
<pre class="vbasmall">On Error Resume Next
    ChDrive sPathName
    ChDir sPathName
On Error Goto 0</pre>
<p>&nbsp;<br />The charts exported as image files have no greater resolution than the screen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
