<?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: Long vs. Integer</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: John Mocambique</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-43438</link>
		<dc:creator>John Mocambique</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-43438</guid>
		<description>&lt;p&gt;The update page link that Harald refers to is:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/aa164754&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/en-us/library/aa164754&lt;/a&gt;(office.10).aspx&lt;/p&gt;
&lt;p&gt;Which is titled (in case it moves again):&lt;/p&gt;
&lt;p&gt;Microsoft Office XP Developer&lt;br&gt;
The Integer, Long, and Byte Data Types&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The update page link that Harald refers to is:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa164754" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa164754</a>(office.10).aspx</p>
<p>Which is titled (in case it moves again):</p>
<p>Microsoft Office XP Developer<br />
The Integer, Long, and Byte Data Types</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-2252</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Sun, 29 Aug 2004 22:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-2252</guid>
		<description>&lt;p&gt;Hi Dick&lt;/p&gt;
&lt;p&gt;I&#039;m the Who. I post it from time to time so I can&#039;t help with a distinct When.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.google.com/groups?selm=OH7ThgyyDHA.604%40tk2msftngp13.phx.gbl&amp;output=gplain&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/groups?selm=OH7ThgyyDHA.604%40tk2msftngp13.phx.gbl&amp;output=gplain&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best wishes Harald&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick</p>
<p>I&#8217;m the Who. I post it from time to time so I can&#8217;t help with a distinct When.</p>
<p><a href="http://groups.google.com/groups?selm=OH7ThgyyDHA.604%40tk2msftngp13.phx.gbl&amp;output=gplain" rel="nofollow">http://groups.google.com/groups?selm=OH7ThgyyDHA.604%40tk2msftngp13.phx.gbl&#038;output=gplain</a></p>
<p>Best wishes Harald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-2251</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Sun, 29 Aug 2004 00:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-2251</guid>
		<description>&lt;p&gt;InsaneExcel is a cool site, very good kid, check it out, i&#039;ve know about it for time, excel error!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>InsaneExcel is a cool site, very good kid, check it out, i&#8217;ve know about it for time, excel error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan F Moala</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-2250</link>
		<dc:creator>Ivan F Moala</dc:creator>
		<pubDate>Sat, 28 Aug 2004 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-2250</guid>
		<description>&lt;p&gt;Thats because Integers are actually converted in the underlying VB Engine. The compilied code is 32 bit, so using Longs skips the under the hood conversion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thats because Integers are actually converted in the underlying VB Engine. The compilied code is 32 bit, so using Longs skips the under the hood conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-2249</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Sat, 28 Aug 2004 00:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-2249</guid>
		<description>&lt;p&gt;That&#039;s cool.  It doesn&#039;t say why, but Long is consistently faster than Integer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool.  It doesn&#8217;t say why, but Long is consistently faster than Integer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/27/long-vs-integer/#comment-2248</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Fri, 27 Aug 2004 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=742#comment-2248</guid>
		<description>&lt;p&gt;How&#039;bout this ?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webace.com.au/~balson/InsaneExcel/Other.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.webace.com.au/~balson/InsaneExcel/Other.htm&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How&#8217;bout this ?</p>
<p><a href="http://www.webace.com.au/~balson/InsaneExcel/Other.htm" rel="nofollow">http://www.webace.com.au/~balson/InsaneExcel/Other.htm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

