<?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>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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: 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>
	<item>
		<title>By: Andrew Smyth</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12428</link>
		<dc:creator>Andrew Smyth</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12428</guid>
		<description>The debugger highlights this line: &quot;ChDrive sPathName&quot;.
Could this be a problem with the 64 bit XP that I am running?  I have had problems previously with other programs.  Since I am in a hurry I am just manually using the &quot;ActiveChart.Export&quot; command, but I would really like your macro for future use.  Also, on a side note, does this command have any option to control the resolution?  I would prefer some higher resolution TIFF files.</description>
		<content:encoded><![CDATA[<p>The debugger highlights this line: &#8220;ChDrive sPathName&#8221;.<br />
Could this be a problem with the 64 bit XP that I am running?  I have had problems previously with other programs.  Since I am in a hurry I am just manually using the &#8220;ActiveChart.Export&#8221; command, but I would really like your macro for future use.  Also, on a side note, does this command have any option to control the resolution?  I would prefer some higher resolution TIFF files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12422</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12422</guid>
		<description>Did you get any indication of which command failed? Did you see whether the code in this article works?</description>
		<content:encoded><![CDATA[<p>Did you get any indication of which command failed? Did you see whether the code in this article works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Smyth</title>
		<link>http://peltiertech.com/WordPress/enhanced-export-chart-procedure/comment-page-1/#comment-12421</link>
		<dc:creator>Andrew Smyth</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=110#comment-12421</guid>
		<description>The macro is not working properly as I am getting a runtime error 5.  Any ideas as to why?  Thanks.</description>
		<content:encoded><![CDATA[<p>The macro is not working properly as I am getting a runtime error 5.  Any ideas as to why?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
