<?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: Is Office 2007 Too Slow For You?</title>
	<atom:link href="http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:28:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vic</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-86365</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Tue, 12 May 2009 00:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-86365</guid>
		<description>Autumm,
I had the same problem.
Try this:

Application.ScreenUpdating = False
Charts.Add
Application.ScreenUpdating = True

The time is reduced significantly.</description>
		<content:encoded><![CDATA[<p>Autumm,<br />
I had the same problem.<br />
Try this:</p>
<p>Application.ScreenUpdating = False<br />
Charts.Add<br />
Application.ScreenUpdating = True</p>
<p>The time is reduced significantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Autumn</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12522</link>
		<dc:creator>Autumn</dc:creator>
		<pubDate>Wed, 14 May 2008 21:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12522</guid>
		<description>I used to run a macro that created charts on large spreadsheets (thousands of rows) with a non-fixed number of rows. The code would run in five to ten seconds on Office 2000. The first time I tried to run in after our company upgraded to 2007 It just couldn&#039;t handle it. I went into the VBA editor and set a breakpoint early in the code so I could see where the backup was. Everything ran find until I reached the line &quot;charts.add&quot; That single line could take many minutes to complete, and subsequent operations on the chart were equally slow. Manual operations can also send Excel 2007 to the &quot;not responding&quot; penalty box for tens of minutes.</description>
		<content:encoded><![CDATA[<p>I used to run a macro that created charts on large spreadsheets (thousands of rows) with a non-fixed number of rows. The code would run in five to ten seconds on Office 2000. The first time I tried to run in after our company upgraded to 2007 It just couldn&#8217;t handle it. I went into the VBA editor and set a breakpoint early in the code so I could see where the backup was. Everything ran find until I reached the line &#8220;charts.add&#8221; That single line could take many minutes to complete, and subsequent operations on the chart were equally slow. Manual operations can also send Excel 2007 to the &#8220;not responding&#8221; penalty box for tens of minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12492</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Tue, 13 May 2008 17:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12492</guid>
		<description>Excel 2007 is a major piece of trash, i have just wasted my time trying to format a simple piece of data and it crashed 10 times. Normal operations like deleting rows while having the filter on will kill the program and it still has the audacity ask if i would like to save the file in their new xlsx format which isn&#039;t usable anywhere else..</description>
		<content:encoded><![CDATA[<p>Excel 2007 is a major piece of trash, i have just wasted my time trying to format a simple piece of data and it crashed 10 times. Normal operations like deleting rows while having the filter on will kill the program and it still has the audacity ask if i would like to save the file in their new xlsx format which isn&#8217;t usable anywhere else..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kensiko</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12490</link>
		<dc:creator>kensiko</dc:creator>
		<pubDate>Mon, 12 May 2008 15:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12490</guid>
		<description>We have Excel 2007 at work due to the memory limitation of Excel 2002. I think buying Excel 2003 would have been enouph.

The positive aspect to Excel 2007 is that it will use the 4 cores of CPU that we have on our server, when running automatic calculation (controlled by macros).

The main negative aspect is the charting speed. It&#039;s so slow that we did not install Excel 2007 on other computers. Only the computer running the macro.

That&#039;s sad of how Microsoft is going with his software (Vista, Office). I have Vista and Office 2k7 at home. It&#039;s good for me, but for work, it would not be good.</description>
		<content:encoded><![CDATA[<p>We have Excel 2007 at work due to the memory limitation of Excel 2002. I think buying Excel 2003 would have been enouph.</p>
<p>The positive aspect to Excel 2007 is that it will use the 4 cores of CPU that we have on our server, when running automatic calculation (controlled by macros).</p>
<p>The main negative aspect is the charting speed. It&#8217;s so slow that we did not install Excel 2007 on other computers. Only the computer running the macro.</p>
<p>That&#8217;s sad of how Microsoft is going with his software (Vista, Office). I have Vista and Office 2k7 at home. It&#8217;s good for me, but for work, it would not be good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12469</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 07 May 2008 18:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12469</guid>
		<description>After a lot of investigation I discovered that Google desktop was slowing my Excel down on Vista. Removed that and it now works fine. So I would check you don&#039;t have that installed.
John</description>
		<content:encoded><![CDATA[<p>After a lot of investigation I discovered that Google desktop was slowing my Excel down on Vista. Removed that and it now works fine. So I would check you don&#8217;t have that installed.<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ugur</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12462</link>
		<dc:creator>Ugur</dc:creator>
		<pubDate>Wed, 07 May 2008 04:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12462</guid>
		<description>Excel 2007 on vista premium sucks. I just bought a new computer with 3ghz core 2 cpu but it takes 1 min to run a function which on excel 2003 took only 2secs. 
Not only that, all of a sudden it starts to re-calculate everything, takes 10mins to save.
but it has many new and interesting financial functions..</description>
		<content:encoded><![CDATA[<p>Excel 2007 on vista premium sucks. I just bought a new computer with 3ghz core 2 cpu but it takes 1 min to run a function which on excel 2003 took only 2secs.<br />
Not only that, all of a sudden it starts to re-calculate everything, takes 10mins to save.<br />
but it has many new and interesting financial functions..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Total Bull ****</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-2/#comment-12478</link>
		<dc:creator>Total Bull ****</dc:creator>
		<pubDate>Tue, 06 May 2008 16:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12478</guid>
		<description>Microsoft should be shot.  Office 2007 might as well require to do all work in crayon.  havent figured out if it sucks or vista... want to destroy both right now....

good luck calling MS, you get sent to the maLAZYS is fricking Asia somewhere....  an no one understands a simple question in english....</description>
		<content:encoded><![CDATA[<p>Microsoft should be shot.  Office 2007 might as well require to do all work in crayon.  havent figured out if it sucks or vista&#8230; want to destroy both right now&#8230;.</p>
<p>good luck calling MS, you get sent to the maLAZYS is fricking Asia somewhere&#8230;.  an no one understands a simple question in english&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Martin</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-1/#comment-12429</link>
		<dc:creator>David Martin</dc:creator>
		<pubDate>Sun, 20 Apr 2008 17:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12429</guid>
		<description>I see a lot of complaints. I have the same complaints. Too Slow, hard to use etc.  I have switched to Open Office to get my work done but Open Office is very limited.   so with all of these complaints you would expect some answers to be trickling out of MS.  Where can I find the answers I would like to get my MS Office working again?  Perhaps I will need to downgrade to an earlier version.</description>
		<content:encoded><![CDATA[<p>I see a lot of complaints. I have the same complaints. Too Slow, hard to use etc.  I have switched to Open Office to get my work done but Open Office is very limited.   so with all of these complaints you would expect some answers to be trickling out of MS.  Where can I find the answers I would like to get my MS Office working again?  Perhaps I will need to downgrade to an earlier version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-1/#comment-12390</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 19 Apr 2008 15:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12390</guid>
		<description>Just upgraded to Vista SP1 and my code which was impossibly slow on Excel 2007 now won&#039;t work at all and is just as slow on Excel 2003! So don&#039;t bother to upgrade to that!. This is Vista Home Premium does anyone know if Ultimate or other versions work better? How can we get any feedback from microsoft. I keep being palmed off. Anyone know a good contact?</description>
		<content:encoded><![CDATA[<p>Just upgraded to Vista SP1 and my code which was impossibly slow on Excel 2007 now won&#8217;t work at all and is just as slow on Excel 2003! So don&#8217;t bother to upgrade to that!. This is Vista Home Premium does anyone know if Ultimate or other versions work better? How can we get any feedback from microsoft. I keep being palmed off. Anyone know a good contact?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.everyjoe.com/articles/is-office-2007-too-slow-for-you-59/comment-page-1/#comment-12386</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 17 Apr 2008 00:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.microsoftweblog.com/2007/03/29/is-office-2007-too-slow-for-you/#comment-12386</guid>
		<description>Why does Excel 2007 SP1 run impossibly slow on a Vista Home Premium SP1?  Is there a compatibility issue?  Why can&#039;t I find any solutions?  Why doesn&#039;t Microsoft provide any information or direction?  Will there be a fix?</description>
		<content:encoded><![CDATA[<p>Why does Excel 2007 SP1 run impossibly slow on a Vista Home Premium SP1?  Is there a compatibility issue?  Why can&#8217;t I find any solutions?  Why doesn&#8217;t Microsoft provide any information or direction?  Will there be a fix?</p>
]]></content:encoded>
	</item>
</channel>
</rss>