<?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: Bogus Compile Errors</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/</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: Paul Sasur</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-66760</link>
		<dc:creator>Paul Sasur</dc:creator>
		<pubDate>Wed, 05 Oct 2011 16:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-66760</guid>
		<description>&lt;p&gt;I stumbled across this problem, specifically on (2) machines running Visio 2010.  The control in question was a Listview, which is in the same Common Controls library as the treeview.  Delection of the MSCommctrlLib.exd fixed teh initial problem, but I am still battling an issue where the properties and methods of the control are not recognized... but only on one specific userform.  When other userforms containing listviews are run, there is no problem.  Only one specific userform, but the twist is that I have listviews contained in a multipage control, which has been well documented as a source for strange behaviours.  Wondering if anyone else has seen this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I stumbled across this problem, specifically on (2) machines running Visio 2010.  The control in question was a Listview, which is in the same Common Controls library as the treeview.  Delection of the MSCommctrlLib.exd fixed teh initial problem, but I am still battling an issue where the properties and methods of the control are not recognized&#8230; but only on one specific userform.  When other userforms containing listviews are run, there is no problem.  Only one specific userform, but the twist is that I have listviews contained in a multipage control, which has been well documented as a source for strange behaviours.  Wondering if anyone else has seen this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-39415</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Wed, 20 May 2009 09:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-39415</guid>
		<description>&lt;p&gt;Nothing helps! I still get this error message with Office 2003. Luckily we get Office 2007 soon and I can use the name manager again! Great tool anyway!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nothing helps! I still get this error message with Office 2003. Luckily we get Office 2007 soon and I can use the name manager again! Great tool anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30994</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 28 Feb 2008 16:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30994</guid>
		<description>&lt;p&gt;John:  You don&#039;t &quot;have&quot; to compile it, no.  It does get compiled when you run it and compiling before running does a couple of things for you.  It tells you if you have any errors before you run it.  It also converts your code into something called p-code (I think).  Basically there&#039;s two compilation steps in VBA: Text to p-code, p-code to machine code.  When your code is fully compiled in the VBE, it removes one of those steps that VBA has to do before it can run.  You should always compile your code before you &quot;release&quot; it into the wild.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John:  You don&#8217;t &#8220;have&#8221; to compile it, no.  It does get compiled when you run it and compiling before running does a couple of things for you.  It tells you if you have any errors before you run it.  It also converts your code into something called p-code (I think).  Basically there&#8217;s two compilation steps in VBA: Text to p-code, p-code to machine code.  When your code is fully compiled in the VBE, it removes one of those steps that VBA has to do before it can run.  You should always compile your code before you &#8220;release&#8221; it into the wild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30852</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Thu, 21 Feb 2008 12:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30852</guid>
		<description>&lt;p&gt;Sometimes it helps to remove the profile (I know, a royal PITA!) and recreate it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sometimes it helps to remove the profile (I know, a royal PITA!) and recreate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeng02</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30839</link>
		<dc:creator>jeng02</dc:creator>
		<pubDate>Wed, 20 Feb 2008 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30839</guid>
		<description>&lt;p&gt;I&#039;m sorry to say that I cleaned out all the .exd files out of my user profile, but Name Manager still crashes Excel with that compile error every time I try to edit a name&#039;s reference text.&lt;/p&gt;
&lt;p&gt;I am using XP Pro, Excel 2003, 11.8169.8172 SP3.&lt;/p&gt;
&lt;p&gt;Name Manager is still a great tool.  I&#039;ll just have to do my edits in the normal Names dialog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say that I cleaned out all the .exd files out of my user profile, but Name Manager still crashes Excel with that compile error every time I try to edit a name&#8217;s reference text.</p>
<p>I am using XP Pro, Excel 2003, 11.8169.8172 SP3.</p>
<p>Name Manager is still a great tool.  I&#8217;ll just have to do my edits in the normal Names dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeng02</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30838</link>
		<dc:creator>jeng02</dc:creator>
		<pubDate>Wed, 20 Feb 2008 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30838</guid>
		<description>&lt;p&gt;How about adding a check to the Name Manager install workbook that checks for 1) Excel 2003 (most problematic?), and 2) problematic .EXD files, and then warns the user?&lt;/p&gt;
&lt;p&gt;I just had the compile error crash Excel for me...  Still, I don&#039;t want to seem ungrateful.  Name Manager is really cool!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about adding a check to the Name Manager install workbook that checks for 1) Excel 2003 (most problematic?), and 2) problematic .EXD files, and then warns the user?</p>
<p>I just had the compile error crash Excel for me&#8230;  Still, I don&#8217;t want to seem ungrateful.  Name Manager is really cool!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30464</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Wed, 06 Feb 2008 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30464</guid>
		<description>&lt;p&gt;Well, it is not certain which exd file(s) may be corrupt. Best is to just remove all of them, if absent they will be recreated the next time Excel needs them anyway.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, it is not certain which exd file(s) may be corrupt. Best is to just remove all of them, if absent they will be recreated the next time Excel needs them anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doco</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30462</link>
		<dc:creator>doco</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30462</guid>
		<description>&lt;p&gt;Is this an issue with all exd files or just those you have listed? Don&#039;t know if what I am about to explain is related or not...&lt;br&gt;
I also have created an add-in (originally created in Office 2000 and now running 2003) with about a half dozen utilities that require use of tabbed control on a form (custom wizard). I have it on two laptops and two desktops. It always worked great until the last year every now and then I began getting error message stating &quot;could not load an object because it is not available on this machine.&quot; I trace the problem to the tabbed control and in fact it is on the machine. Deletion of the add-in and reloading it usually eliminates the problem. I currently have that problem on this laptop, but deleting those exd files didn&#039;t seem to do the trick.&lt;br&gt;
How is it something like an add-in can work merrily along without a hitch and suddenly its broken?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is this an issue with all exd files or just those you have listed? Don&#8217;t know if what I am about to explain is related or not&#8230;<br />
I also have created an add-in (originally created in Office 2000 and now running 2003) with about a half dozen utilities that require use of tabbed control on a form (custom wizard). I have it on two laptops and two desktops. It always worked great until the last year every now and then I began getting error message stating &#8220;could not load an object because it is not available on this machine.&#8221; I trace the problem to the tabbed control and in fact it is on the machine. Deletion of the add-in and reloading it usually eliminates the problem. I currently have that problem on this laptop, but deleting those exd files didn&#8217;t seem to do the trick.<br />
How is it something like an add-in can work merrily along without a hitch and suddenly its broken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30459</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 06 Feb 2008 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30459</guid>
		<description>&lt;p&gt;hi there&lt;br&gt;
now slap me for being stupid ....but do you have to compile your vba&lt;br&gt;
as i have never actually compiled mine and it all still works&lt;br&gt;
 sorry for being a right nana&lt;/p&gt;
&lt;p&gt;john&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi there<br />
now slap me for being stupid &#8230;.but do you have to compile your vba<br />
as i have never actually compiled mine and it all still works<br />
 sorry for being a right nana</p>
<p>john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/02/04/bogus-compile-errors/#comment-30446</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 05 Feb 2008 23:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1806#comment-30446</guid>
		<description>&lt;p&gt;It is surprising, because several of us seem to have just recently stumbled across it. I think I&#039;ve only seen it affecting Excel 2003, and I don&#039;t know whether the affected installations had upgraded to SP3.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It is surprising, because several of us seem to have just recently stumbled across it. I think I&#8217;ve only seen it affecting Excel 2003, and I don&#8217;t know whether the affected installations had upgraded to SP3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

