<?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: VBA: Turn Off &#8211; Turn On  Calculation</title>
	<atom:link href="http://www.automateexcel.com/2004/10/31/excel_vba_turn_on_turn_off_calculation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/10/31/excel_vba_turn_on_turn_off_calculation/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tim Noyes</title>
		<link>http://www.automateexcel.com/2004/10/31/excel_vba_turn_on_turn_off_calculation/comment-page-1/#comment-1289</link>
		<dc:creator>Tim Noyes</dc:creator>
		<pubDate>Sat, 25 Jul 2009 16:33:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-1289</guid>
		<description>If the above doesn&#039;t work for you (it didnt for me) try

Application.Calculation = xlCalculationManual

..

Application.Calculation = xlCalculationAutomatic</description>
		<content:encoded><![CDATA[<p>If the above doesn&#8217;t work for you (it didnt for me) try</p>
<p>Application.Calculation = xlCalculationManual</p>
<p>..</p>
<p>Application.Calculation = xlCalculationAutomatic</p>
]]></content:encoded>
	</item>
</channel>
</rss>

