<?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: Preventing Event Conflicts</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Patrick O'Beirne</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27589</link>
		<dc:creator>Patrick O'Beirne</dc:creator>
		<pubDate>Sat, 22 Sep 2007 09:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27589</guid>
		<description>&lt;p&gt;When I first wrote ScanXLS, I used FileSearch and rapidly discovered that it also returned shortcuts to nonexistent files. Words like buggy and flaky occur in my notes at that time. So I switched to DIR and have had no problems since.&lt;br&gt;
FileSearch is now Hidden in Excel 2007.&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I first wrote ScanXLS, I used FileSearch and rapidly discovered that it also returned shortcuts to nonexistent files. Words like buggy and flaky occur in my notes at that time. So I switched to DIR and have had no problems since.<br />
FileSearch is now Hidden in Excel 2007.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Murphy</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27578</link>
		<dc:creator>Simon Murphy</dc:creator>
		<pubDate>Sat, 22 Sep 2007 01:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27578</guid>
		<description>&lt;p&gt;Dick&lt;br&gt;
As Jon mentioned dsofile.dll (from MS) will get your properties on closed wbs. I did have a version that didn&#039;t need registering but can&#039;t currently find it.&lt;br&gt;
cheers&lt;br&gt;
Simon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick<br />
As Jon mentioned dsofile.dll (from MS) will get your properties on closed wbs. I did have a version that didn&#8217;t need registering but can&#8217;t currently find it.<br />
cheers<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27534</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 20 Sep 2007 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27534</guid>
		<description>&lt;p&gt;Kind of OT&lt;br&gt;
Just bumped in to a problem in a project...&lt;br&gt;
If a ado connection is not closed(due to say an error)...all worksheet events stop working...presumably due to some mem leak problems...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kind of OT<br />
Just bumped in to a problem in a project&#8230;<br />
If a ado connection is not closed(due to say an error)&#8230;all worksheet events stop working&#8230;presumably due to some mem leak problems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27506</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 19 Sep 2007 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27506</guid>
		<description>&lt;p&gt;David and Tushar - I used to use FileSearch all the time, and never noticed its shortcomings, but after reading about them, I learned to Dir() my way around. I gather that MS decided it would be easier to scrap FileSearch and its problems (including the indexing service dependency) rather than to try to fix it.&lt;/p&gt;
&lt;p&gt;Tushar - I don&#039;t like relying too heavily on sheet names or specific cell values. Users change things like this. I use the sheet code name if I can predefine it (i.e., the sheet isn&#039;t added on the fly), or hidden names at the workbook and worksheet level. I use custom properties to store the version number or date of files, so I can read them in Windows Explorer, and I have dsofile.dll on my dev machine so I can set them on closed files (and on non-Office files, like PDFs).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>David and Tushar &#8211; I used to use FileSearch all the time, and never noticed its shortcomings, but after reading about them, I learned to Dir() my way around. I gather that MS decided it would be easier to scrap FileSearch and its problems (including the indexing service dependency) rather than to try to fix it.</p>
<p>Tushar &#8211; I don&#8217;t like relying too heavily on sheet names or specific cell values. Users change things like this. I use the sheet code name if I can predefine it (i.e., the sheet isn&#8217;t added on the fly), or hidden names at the workbook and worksheet level. I use custom properties to store the version number or date of files, so I can read them in Windows Explorer, and I have dsofile.dll on my dev machine so I can set them on closed files (and on non-Office files, like PDFs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27489</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Wed, 19 Sep 2007 04:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27489</guid>
		<description>&lt;p&gt;Hi Dick:&lt;/p&gt;
&lt;p&gt;(1) I did not use FileSearch until recently because some folks (I don&#039;t recall who) had reported that it did not find all files that met the specified criteria.&lt;/p&gt;
&lt;p&gt;(2) I suspect there is some Windows API (or combination of APIs) that will give you what you want.  For example, with FileSystemObject I cannot find any information about an image but Windows Explorer reports on things like size, resolution, bit depth, etc.  So, there must be a way to get that information&lt;/p&gt;
&lt;p&gt;(3) For reasons now lost in the haze of history, I had considered and rejected the use of custom properties to identify files.  One reason might be that I wanted a way to check not just the active workbook but also the activesheet.  Currently, I rely on one of two techniques: either the name of the worksheet has to be so-and-so or a predefined cell must have a specific &#039;tag&#039; value.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick:</p>
<p>(1) I did not use FileSearch until recently because some folks (I don&#8217;t recall who) had reported that it did not find all files that met the specified criteria.</p>
<p>(2) I suspect there is some Windows API (or combination of APIs) that will give you what you want.  For example, with FileSystemObject I cannot find any information about an image but Windows Explorer reports on things like size, resolution, bit depth, etc.  So, there must be a way to get that information</p>
<p>(3) For reasons now lost in the haze of history, I had considered and rejected the use of custom properties to identify files.  One reason might be that I wanted a way to check not just the active workbook but also the activesheet.  Currently, I rely on one of two techniques: either the name of the worksheet has to be so-and-so or a predefined cell must have a specific &#8216;tag&#8217; value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hager</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27486</link>
		<dc:creator>David Hager</dc:creator>
		<pubDate>Tue, 18 Sep 2007 22:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27486</guid>
		<description>&lt;p&gt;I discovered some time ago that Windows Indexing Service had to be selected for FileSearch to work correctly. I believe that MS recognized this problem and it might be the reason for its removal.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I discovered some time ago that Windows Indexing Service had to be selected for FileSearch to work correctly. I believe that MS recognized this problem and it might be the reason for its removal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Chickering</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27480</link>
		<dc:creator>Charles Chickering</dc:creator>
		<pubDate>Tue, 18 Sep 2007 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27480</guid>
		<description>&lt;p&gt;Does anyone know why MS removed that feature? I&#039;d used it quite a lot in the past but once I heard that it was going away I migrated most of my stuff to the dir function.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does anyone know why MS removed that feature? I&#8217;d used it quite a lot in the past but once I heard that it was going away I migrated most of my stuff to the dir function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27476</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 18 Sep 2007 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27476</guid>
		<description>&lt;p&gt;Good catch Charles.  I guess I&#039;ll have to find something that can search custom document properties to replace FileSearch.  Maybe Scripting Runtime can do it - I don&#039;t know.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good catch Charles.  I guess I&#8217;ll have to find something that can search custom document properties to replace FileSearch.  Maybe Scripting Runtime can do it &#8211; I don&#8217;t know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Chickering</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/09/17/preventing-event-conflicts/#comment-27474</link>
		<dc:creator>Charles Chickering</dc:creator>
		<pubDate>Tue, 18 Sep 2007 13:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1728#comment-27474</guid>
		<description>&lt;p&gt;Is this going to work in Excel 2007? I heard that Application.FileSearch has been discontinued.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is this going to work in Excel 2007? I heard that Application.FileSearch has been discontinued.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

