<?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: Determining Excel Version</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: tony mackley</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/#comment-21476</link>
		<dc:creator>tony mackley</dc:creator>
		<pubDate>Mon, 06 Nov 2006 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=855#comment-21476</guid>
		<description>&lt;p&gt;And after Sanjoy imparted that little gem, everything went eerily quiet...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And after Sanjoy imparted that little gem, everything went eerily quiet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjoy Roy</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/#comment-18488</link>
		<dc:creator>Sanjoy Roy</dc:creator>
		<pubDate>Tue, 31 Jan 2006 11:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=855#comment-18488</guid>
		<description>&lt;p&gt;I am using:&lt;/p&gt;
&lt;p&gt;Mid(Application.Version, 1, InStr(Application.Version, &quot;.&quot;) - 1)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
Sanjoy Roy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am using:</p>
<p>Mid(Application.Version, 1, InStr(Application.Version, &#8220;.&#8221;) &#8211; 1)</p>
<p>Thanks,<br />
Sanjoy Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiren Shah</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/#comment-18244</link>
		<dc:creator>Hiren Shah</dc:creator>
		<pubDate>Fri, 13 Jan 2006 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=855#comment-18244</guid>
		<description>&lt;p&gt;Hi I have a problem of PIVOT Table integrity. I have excel build 6355 and version 11. However, when other users with excel 2000 profession or excel 2002/xp opens this excel and save it, it gets corrupted. When I open the file it says Unable to read the file and after it says excel has repaired this workbook and disabled following Pivot tables features.&lt;/p&gt;
&lt;p&gt;Let me know the solution for this.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
HiREN.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi I have a problem of PIVOT Table integrity. I have excel build 6355 and version 11. However, when other users with excel 2000 profession or excel 2002/xp opens this excel and save it, it gets corrupted. When I open the file it says Unable to read the file and after it says excel has repaired this workbook and disabled following Pivot tables features.</p>
<p>Let me know the solution for this.</p>
<p>Thanks,<br />
HiREN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blanchette</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/#comment-2595</link>
		<dc:creator>Eric Blanchette</dc:creator>
		<pubDate>Thu, 18 Nov 2004 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=855#comment-2595</guid>
		<description>&lt;p&gt;Wel, there is also a &lt;i&gt;build&lt;/i&gt; property that gives you what comes after the period in the version number.  Because with Office XP, version gives you 10.0, even if you have Service Pack 3, which should read 10.6501.6626...  In that case, build gives you 6501.  Useful if you get the integrity problem with pivot tables when you protect/unprotect sheets/workbooks with VBA, in which case you need SP 3 installed to get rid of the bug.&lt;br&gt;
So I used:&lt;/p&gt;
&lt;p&gt;if application.build &lt; 6501 then&lt;br&gt;
   msgbox &quot;Try to run Office Update once in a while...&quot;&lt;br&gt;
end if&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wel, there is also a <i>build</i> property that gives you what comes after the period in the version number.  Because with Office XP, version gives you 10.0, even if you have Service Pack 3, which should read 10.6501.6626&#8230;  In that case, build gives you 6501.  Useful if you get the integrity problem with pivot tables when you protect/unprotect sheets/workbooks with VBA, in which case you need SP 3 installed to get rid of the bug.<br />
So I used:</p>
<p>if application.build &lt; 6501 then<br />
   msgbox &#8220;Try to run Office Update once in a while&#8230;&#8221;<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/10/determining-excel-version/#comment-2539</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 11 Nov 2004 10:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=855#comment-2539</guid>
		<description>&lt;p&gt;that&#039;s good Dick, i didn&#039;t know about Val, I&#039;ll take a look at that, I&#039;ve used thie in the past:&lt;/p&gt;
&lt;p&gt;If Left(Application.Version, 1) &gt;= 9 Then&lt;/p&gt;
&lt;p&gt;oook!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>that&#8217;s good Dick, i didn&#8217;t know about Val, I&#8217;ll take a look at that, I&#8217;ve used thie in the past:</p>
<p>If Left(Application.Version, 1) &gt;= 9 Then</p>
<p>oook!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

