<?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: Changes to Charting in Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:17:29 +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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-27484</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-27484</guid>
		<description>Adrian -

This functionality has been removed. Thanks, Microsoft.

There is no readily available VBA alternative. The actual size-to-fit functionality is not possible, but code could be written to make the chart the right size to fit, without actually locking the chart edges to the window edges.</description>
		<content:encoded><![CDATA[<p>Adrian -</p>
<p>This functionality has been removed. Thanks, Microsoft.</p>
<p>There is no readily available VBA alternative. The actual size-to-fit functionality is not possible, but code could be written to make the chart the right size to fit, without actually locking the chart edges to the window edges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-27459</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-27459</guid>
		<description>Jon,

First of all, thank you for an excellent site.

My company has just upgraded us all from Excel 2003 to Excel 2007, and despite some searching I still can&#039;t find a way to select a chart and then &quot;adjust to fit page&quot; before printing. Am I being particularly dumb, or has this feature been removed from Excel 2007?

If it has been removed, do you know of a some kind of macro or add-in that could recover this functionality, please? It&#039;s a right pain to have to keep hopping between the worksheet and print preview in order to adjust the chart to fit the print.

Many thanks for any advice.

Adrian</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>First of all, thank you for an excellent site.</p>
<p>My company has just upgraded us all from Excel 2003 to Excel 2007, and despite some searching I still can&#8217;t find a way to select a chart and then &#8220;adjust to fit page&#8221; before printing. Am I being particularly dumb, or has this feature been removed from Excel 2007?</p>
<p>If it has been removed, do you know of a some kind of macro or add-in that could recover this functionality, please? It&#8217;s a right pain to have to keep hopping between the worksheet and print preview in order to adjust the chart to fit the print.</p>
<p>Many thanks for any advice.</p>
<p>Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-27266</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 19 Feb 2010 22:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-27266</guid>
		<description>I wish I had never changed from 2003 to Office 2007.  avoid it at all costs.</description>
		<content:encoded><![CDATA[<p>I wish I had never changed from 2003 to Office 2007.  avoid it at all costs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-24582</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 27 Dec 2009 18:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-24582</guid>
		<description>Break it down into a step size that doesn&#039;t fail. Excel 2007 has required a lot of provisions like this.</description>
		<content:encoded><![CDATA[<p>Break it down into a step size that doesn&#8217;t fail. Excel 2007 has required a lot of provisions like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yohay</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-24559</link>
		<dc:creator>Yohay</dc:creator>
		<pubDate>Sun, 27 Dec 2009 11:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-24559</guid>
		<description>Hi Jon,

(now back from the weekend...)
It&#039;s about 26,000 lines. We tried implimenting it on smaller ranges (say 500-1,000 at a time) and it worked on several iterations and after several more it just kicked us out with that prompt (&quot;Selection is too large&quot;).
Its suppose to be a simple drag-down, that&#039;s why it&#039;s so weird... nothing too sophisitcated..
Any idea?

Thanks,
Yohay.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>(now back from the weekend&#8230;)<br />
It&#8217;s about 26,000 lines. We tried implimenting it on smaller ranges (say 500-1,000 at a time) and it worked on several iterations and after several more it just kicked us out with that prompt (&#8220;Selection is too large&#8221;).<br />
Its suppose to be a simple drag-down, that&#8217;s why it&#8217;s so weird&#8230; nothing too sophisitcated..<br />
Any idea?</p>
<p>Thanks,<br />
Yohay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-24452</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-24452</guid>
		<description>Yohah - How large is the range which is &quot;too large&quot;? Does it work with a smaller range?</description>
		<content:encoded><![CDATA[<p>Yohah &#8211; How large is the range which is &#8220;too large&#8221;? Does it work with a smaller range?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yohah</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-24437</link>
		<dc:creator>Yohah</dc:creator>
		<pubDate>Thu, 24 Dec 2009 09:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-24437</guid>
		<description>Hi Jon,
How are you?

I&#039;m experiencing trouble with my excel 2007 regading the prompt &quot;Selection is too large&quot;. Any idea how can I overcome it? All I is copy-paste from another tab in the same sheet...

Thanks, Good day,
Yohay.</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
How are you?</p>
<p>I&#8217;m experiencing trouble with my excel 2007 regading the prompt &#8220;Selection is too large&#8221;. Any idea how can I overcome it? All I is copy-paste from another tab in the same sheet&#8230;</p>
<p>Thanks, Good day,<br />
Yohay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-23914</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-23914</guid>
		<description>Dan -

It&#039;s all possible, you just have to find where the buttons were hidden and figure out what things have to be done in a different order. The text shouldn&#039;t be a problem, because in 2007 font autoscaling is off.</description>
		<content:encoded><![CDATA[<p>Dan -</p>
<p>It&#8217;s all possible, you just have to find where the buttons were hidden and figure out what things have to be done in a different order. The text shouldn&#8217;t be a problem, because in 2007 font autoscaling is off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan welch</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-23913</link>
		<dc:creator>dan welch</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-23913</guid>
		<description>Hi, I have just started using Excel 2007. I have a lot of experience with using other versions of Excel and it&#039;s driving me up the wall at the moment. I need to create a graph - simple line graph with seven sets of variables. In the past I created a custom graph type with all the formatting I like - basically, &quot;auto scale&quot; off for all axes, axes labels, and legend. All of the graphs are printed out and form part of my factory&#039;s production records and so I don&#039;t really want them printing with huge sized text that&#039;s been auto scaled up when it&#039;s been printed, as this leaves the graph itself too small to be of any use at all.  I cannot find out how to do this with 2007. It&#039;s easy to do in 2003. Do you know if it&#039;s possible in 2007 - and if so, how?
Many thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I have just started using Excel 2007. I have a lot of experience with using other versions of Excel and it&#8217;s driving me up the wall at the moment. I need to create a graph &#8211; simple line graph with seven sets of variables. In the past I created a custom graph type with all the formatting I like &#8211; basically, &#8220;auto scale&#8221; off for all axes, axes labels, and legend. All of the graphs are printed out and form part of my factory&#8217;s production records and so I don&#8217;t really want them printing with huge sized text that&#8217;s been auto scaled up when it&#8217;s been printed, as this leaves the graph itself too small to be of any use at all.  I cannot find out how to do this with 2007. It&#8217;s easy to do in 2003. Do you know if it&#8217;s possible in 2007 &#8211; and if so, how?<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/changes-to-charting-in-excel-2007/comment-page-2/#comment-21636</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 04 Nov 2009 02:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=56#comment-21636</guid>
		<description>Jay -

There are issues with line-XY combination charts where the X axis is a date scale axis. I&#039;ve written updates of some of my tutorials, but there are just too many. Thanks for bringing this to my attention. I&#039;ll check out all of the Add-A-Line pages.</description>
		<content:encoded><![CDATA[<p>Jay -</p>
<p>There are issues with line-XY combination charts where the X axis is a date scale axis. I&#8217;ve written updates of some of my tutorials, but there are just too many. Thanks for bringing this to my attention. I&#8217;ll check out all of the Add-A-Line pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
