<?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: Google Desktop</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff Bertram</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-57937</link>
		<dc:creator>Jeff Bertram</dc:creator>
		<pubDate>Wed, 26 Jan 2011 22:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-57937</guid>
		<description>&lt;p&gt;Same issue, same solution. Disabled .Net addins, resolved Device I/O errors. Frustrating.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Same issue, same solution. Disabled .Net addins, resolved Device I/O errors. Frustrating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-44830</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 25 Mar 2010 05:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-44830</guid>
		<description>&lt;p&gt;Installing Microsoft Data Mining Add-ins for Office 2007 also triggers this issue. It happens with a very simple password protected macro like this.&lt;/p&gt;
&lt;p&gt;Create empty UserForm1 and show it when workbook is opened.&lt;br&gt;
---&lt;br&gt;
Private Sub Workbook_Open()&lt;br&gt;
 UserForm1.Show&lt;br&gt;
End Sub&lt;br&gt;
---&lt;/p&gt;
&lt;p&gt;So far, only solution is signing the VBA. Thanks, Deborah. Self-signed digital certificate works. However, once I use VBA editor, Excel pops up password prompt again and again when I close Excel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Installing Microsoft Data Mining Add-ins for Office 2007 also triggers this issue. It happens with a very simple password protected macro like this.</p>
<p>Create empty UserForm1 and show it when workbook is opened.<br />
&#8212;<br />
Private Sub Workbook_Open()<br />
 UserForm1.Show<br />
End Sub<br />
&#8212;</p>
<p>So far, only solution is signing the VBA. Thanks, Deborah. Self-signed digital certificate works. However, once I use VBA editor, Excel pops up password prompt again and again when I close Excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marnix Venema</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-43564</link>
		<dc:creator>Marnix Venema</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-43564</guid>
		<description>&lt;p&gt;I didn&#039;t have google desktop installed, but was experiencing the same problem (device I/O error and duplicate VBA projects, followed by crash.  Jeff Smith&#039;s solution still worked for me though.  I went to the Jeff&#039;s suggested registry key, and looked for other loadbehaviour registry entry set to 3.  Changed it to 2 and problem is solved.  Wonderful, thanks Jeff!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t have google desktop installed, but was experiencing the same problem (device I/O error and duplicate VBA projects, followed by crash.  Jeff Smith&#8217;s solution still worked for me though.  I went to the Jeff&#8217;s suggested registry key, and looked for other loadbehaviour registry entry set to 3.  Changed it to 2 and problem is solved.  Wonderful, thanks Jeff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang_G</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-41476</link>
		<dc:creator>Wolfgang_G</dc:creator>
		<pubDate>Mon, 05 Oct 2009 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-41476</guid>
		<description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have the same issue with Excel 2007: I start an EXCEL workbook with VB-Application (DB connection), close the workbook and open it again IN THE SAME EXCEL instance.&lt;br&gt;
1) The VB-application remains open after closing the workbook&lt;br&gt;
2) I have 2 VB-applications open after opening the workbok again&lt;br&gt;
3) The macro does not start when I open the workbook the second time&lt;br&gt;
4) The workbook starts if I open the workbook in a second EXCEL instance&lt;/p&gt;
&lt;p&gt;I do NOT have Google Desktop search or Live Office running&lt;/p&gt;
&lt;p&gt;Thanks for any advice.&lt;/p&gt;
&lt;p&gt;Kind reagrds&lt;br&gt;
Wolfgang&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I have the same issue with Excel 2007: I start an EXCEL workbook with VB-Application (DB connection), close the workbook and open it again IN THE SAME EXCEL instance.<br />
1) The VB-application remains open after closing the workbook<br />
2) I have 2 VB-applications open after opening the workbok again<br />
3) The macro does not start when I open the workbook the second time<br />
4) The workbook starts if I open the workbook in a second EXCEL instance</p>
<p>I do NOT have Google Desktop search or Live Office running</p>
<p>Thanks for any advice.</p>
<p>Kind reagrds<br />
Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-39977</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-39977</guid>
		<description>&lt;p&gt;As noted by Cole, removing the Office Live Add in fixes the problem.  I did not see Cole&#039;s response until I did a search for &#039;office live add in password prompt&#039;, and found this thread again!  It also appears to be reported at &lt;a href=&quot;http://ask.officelive.com/workspace/qna/t/3113.aspx&quot; rel=&quot;nofollow&quot;&gt;http://ask.officelive.com/workspace/qna/t/3113.aspx&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As noted by Cole, removing the Office Live Add in fixes the problem.  I did not see Cole&#8217;s response until I did a search for &#8216;office live add in password prompt&#8217;, and found this thread again!  It also appears to be reported at <a href="http://ask.officelive.com/workspace/qna/t/3113.aspx" rel="nofollow">http://ask.officelive.com/workspace/qna/t/3113.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cole</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-39344</link>
		<dc:creator>Cole</dc:creator>
		<pubDate>Thu, 14 May 2009 20:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-39344</guid>
		<description>&lt;p&gt;I was having this issue until I removed the Microsoft Office Live Add-in.  I have not had this problem once since that was removed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was having this issue until I removed the Microsoft Office Live Add-in.  I have not had this problem once since that was removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-39172</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-39172</guid>
		<description>&lt;p&gt;I am running into this problem now; no google desktop.  Andrew&#039;s solution did not work for me on 2007, throwing an error - something like &#039;programmatic access to the VBE is not permitted&quot;.  I probably could fix that on my install of excel 2007, but I dont suspect code would fix it on other&#039;s computers.  running windows xp on a mac, if that makes any difference - and the problem exists if using the bootcamp partition by itself, or vmware from os x.  &lt;/p&gt;
&lt;p&gt;I removed the windows live search that was installed via windows update, and stopped folder sharing in vmware.  if I find a solution, I&#039;ll post back here!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am running into this problem now; no google desktop.  Andrew&#8217;s solution did not work for me on 2007, throwing an error &#8211; something like &#8216;programmatic access to the VBE is not permitted&#8221;.  I probably could fix that on my install of excel 2007, but I dont suspect code would fix it on other&#8217;s computers.  running windows xp on a mac, if that makes any difference &#8211; and the problem exists if using the bootcamp partition by itself, or vmware from os x.  </p>
<p>I removed the windows live search that was installed via windows update, and stopped folder sharing in vmware.  if I find a solution, I&#8217;ll post back here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samanco</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-38069</link>
		<dc:creator>samanco</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-38069</guid>
		<description>&lt;p&gt;Andrews workaround is a viable solution:  The new relaese of office live creates the same problem as the google desktop search and it would appear other .net applications.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andrews workaround is a viable solution:  The new relaese of office live creates the same problem as the google desktop search and it would appear other .net applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-32573</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 28 May 2008 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-32573</guid>
		<description>&lt;p&gt;Thanks Ron,Frank,Andrew!!!I had same issue with CapIQ Addin and andrew&#039;s solution worked perfectly.&lt;/p&gt;
&lt;p&gt;Thanks again!!!!!!&lt;br&gt;
-Raj&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Ron,Frank,Andrew!!!I had same issue with CapIQ Addin and andrew&#8217;s solution worked perfectly.</p>
<p>Thanks again!!!!!!<br />
-Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/11/google-desktop/#comment-29410</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 14 Dec 2007 22:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=930#comment-29410</guid>
		<description>&lt;p&gt;I think I have a work-around that prevents the multiple dialog boxes on closing Excel.&lt;/p&gt;
&lt;p&gt;It appears that the problem is somehow related to .net add-ins such as Google Desktop (I have also had a problem with CapitalIQ excel add-in).  While others have suggested a registry fix (that in some cases seems to disable some of the functionality of the add-in), I have another solution.  I noticed that the multiple password prompts only seemed to occur when I had not opened the Visual Basic Editor.  I seems that opening the Visual Basic Editor somehow clears out the references to the closed workbooks, and eliminates the password prompt on closing Excel.&lt;/p&gt;
&lt;p&gt;So I added the following code to the the &quot;ThisWorkbook&quot; object:&lt;/p&gt;
&lt;p&gt;Private Sub Workbook_BeforeClose(Cancel As Boolean)&lt;br&gt;
    If Not (Application.VBE.MainWindow.Visible) Then&lt;br&gt;
        Application.VBE.MainWindow.Visible = True&lt;br&gt;
        Application.VBE.MainWindow.Visible = False&lt;br&gt;
    End If&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Everything seems to work fine now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I have a work-around that prevents the multiple dialog boxes on closing Excel.</p>
<p>It appears that the problem is somehow related to .net add-ins such as Google Desktop (I have also had a problem with CapitalIQ excel add-in).  While others have suggested a registry fix (that in some cases seems to disable some of the functionality of the add-in), I have another solution.  I noticed that the multiple password prompts only seemed to occur when I had not opened the Visual Basic Editor.  I seems that opening the Visual Basic Editor somehow clears out the references to the closed workbooks, and eliminates the password prompt on closing Excel.</p>
<p>So I added the following code to the the &#8220;ThisWorkbook&#8221; object:</p>
<p>Private Sub Workbook_BeforeClose(Cancel As Boolean)<br />
    If Not (Application.VBE.MainWindow.Visible) Then<br />
        Application.VBE.MainWindow.Visible = True<br />
        Application.VBE.MainWindow.Visible = False<br />
    End If<br />
End Sub</p>
<p>Everything seems to work fine now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

