<?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: How to open a new instance of Excel 2007 workbooks</title>
	<atom:link href="http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 04:59:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-27455</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-27455</guid>
		<description>Thanks a lot.  If you&#039;re a Vista or Window 7 user, this is the ultimate fix.  Now, my Excel thumbnails are appearing properly in the taskbar.  This is a huge help for those of us that work with multiple Excel docs simultaneously in Vista and Windows 7.  Thanks, again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.  If you&#8217;re a Vista or Window 7 user, this is the ultimate fix.  Now, my Excel thumbnails are appearing properly in the taskbar.  This is a huge help for those of us that work with multiple Excel docs simultaneously in Vista and Windows 7.  Thanks, again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-26426</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-26426</guid>
		<description>There is an issue with the fix in the zip file. It makes &quot;Open&quot; the default action for templates, but the default should really be &quot;New&quot;. That creates a new document from the template (which is what a template is for), rather than editing the template itself. 

To fix this, save the following lines in a text file with a reg extension and run it:

[HKEY_CLASSES_ROOT\Excel.Template\shell]
@=&quot;New_in_New_Excel_Instance&quot;

[HKEY_CLASSES_ROOT\Excel.Template\shell\New_in_New_Excel_Instance]
@=&quot;New in New Excel Instance&quot;

[HKEY_CLASSES_ROOT\Excel.Template\shell\New_in_New_Excel_Instance\command]
@=&quot;\&quot;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&quot; /n \&quot;%1\&quot;&quot;


[HKEY_CLASSES_ROOT\Excel.Template.8\shell]
@=&quot;New_in_New_Excel_Instance&quot;

[HKEY_CLASSES_ROOT\Excel.Template.8\shell\New_in_New_Excel_Instance]
@=&quot;New in New Excel Instance&quot;

[HKEY_CLASSES_ROOT\Excel.Template.8\shell\New_in_New_Excel_Instance\command]
@=&quot;\&quot;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&quot; /n \&quot;%1\&quot;&quot;


[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell]
@=&quot;New_in_New_Excel_Instance&quot;

[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell\New_in_New_Excel_Instance]
@=&quot;New in New Excel Instance&quot;

[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell\New_in_New_Excel_Instance\command]
@=&quot;\&quot;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&quot; /n \&quot;%1\&quot;&quot;</description>
		<content:encoded><![CDATA[<p>There is an issue with the fix in the zip file. It makes &#8220;Open&#8221; the default action for templates, but the default should really be &#8220;New&#8221;. That creates a new document from the template (which is what a template is for), rather than editing the template itself. </p>
<p>To fix this, save the following lines in a text file with a reg extension and run it:</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template\shell]<br />
@=&#8221;New_in_New_Excel_Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template\shell\New_in_New_Excel_Instance]<br />
@=&#8221;New in New Excel Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template\shell\New_in_New_Excel_Instance\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; /n \&#8221;%1\&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template.8\shell]<br />
@=&#8221;New_in_New_Excel_Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template.8\shell\New_in_New_Excel_Instance]<br />
@=&#8221;New in New Excel Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Template.8\shell\New_in_New_Excel_Instance\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; /n \&#8221;%1\&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell]<br />
@=&#8221;New_in_New_Excel_Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell\New_in_New_Excel_Instance]<br />
@=&#8221;New in New Excel Instance&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell\New_in_New_Excel_Instance\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; /n \&#8221;%1\&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-25860</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-25860</guid>
		<description>Beautiful. Exactly what we needed (Excel2007 on WinXP) Thanks!</description>
		<content:encoded><![CDATA[<p>Beautiful. Exactly what we needed (Excel2007 on WinXP) Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dune</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-25138</link>
		<dc:creator>Dune</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-25138</guid>
		<description>Just want to thank you for this nice trips. I was searching a solution from many months.

Office 2007 is really deplorable. Nothing usefull. just a lot of trouble.</description>
		<content:encoded><![CDATA[<p>Just want to thank you for this nice trips. I was searching a solution from many months.</p>
<p>Office 2007 is really deplorable. Nothing usefull. just a lot of trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-23207</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-23207</guid>
		<description>This is exactly what I was looking for, thanks!

I can now finally use Excel on different desktops with VirtuaWin.</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for, thanks!</p>
<p>I can now finally use Excel on different desktops with VirtuaWin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Bradey</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-22372</link>
		<dc:creator>Rodney Bradey</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-22372</guid>
		<description>Doesn&#039;t work with latest 2007 fixes with Vista, opens the xls in an existing instance.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work with latest 2007 fixes with Vista, opens the xls in an existing instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naters</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-22336</link>
		<dc:creator>Naters</dc:creator>
		<pubDate>Tue, 07 Jul 2009 18:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-22336</guid>
		<description>Isn&#039;t working on XP SP3 with Office 2007 SP2.</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t working on XP SP3 with Office 2007 SP2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-22162</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-22162</guid>
		<description>Is there anything similar for Excel 2003?</description>
		<content:encoded><![CDATA[<p>Is there anything similar for Excel 2003?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-22128</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 30 Jun 2009 15:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-22128</guid>
		<description>Is there something that will work for Visio?</description>
		<content:encoded><![CDATA[<p>Is there something that will work for Visio?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make Excel Open Spreadsheets In A Separate Window &#124; Lifehacker Australia</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21993</link>
		<dc:creator>Make Excel Open Spreadsheets In A Separate Window &#124; Lifehacker Australia</dc:creator>
		<pubDate>Sat, 27 Jun 2009 07:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21993</guid>
		<description>[...] How to open a new instance of Excel 2007 workboooks [Online Tech Tips]       Tagged:exceloffice 2007registrywindows [...]</description>
		<content:encoded><![CDATA[<p>[...] How to open a new instance of Excel 2007 workboooks [Online Tech Tips]       Tagged:exceloffice 2007registrywindows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21980</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21980</guid>
		<description>To get this to work in 64-bit Vista, just open the .txt file and replace &quot;Program Files&quot; with &quot;Program Files (x86)&quot;. Works just fine for me after that.</description>
		<content:encoded><![CDATA[<p>To get this to work in 64-bit Vista, just open the .txt file and replace &#8220;Program Files&#8221; with &#8220;Program Files (x86)&#8221;. Works just fine for me after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21976</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21976</guid>
		<description>For Windows 7 x64 you have to edit the files and change Program Files to Program Files (x86).</description>
		<content:encoded><![CDATA[<p>For Windows 7 x64 you have to edit the files and change Program Files to Program Files (x86).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21973</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21973</guid>
		<description>Didn&#039;t work for me.  I ran the .reg file to make it the default and now when I try to open a .xls or .xlsx file Windows says that open the file because it doesn&#039;t know what program created it.  So I had to re-associate all Excel files to open with Excel in folder properties and they open now but all in the same instance.  I re-ran the .reg file to make it the default again and didn&#039;t have the file association problem but they still run in the same instance.  I am running Excel 2007 SP2.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me.  I ran the .reg file to make it the default and now when I try to open a .xls or .xlsx file Windows says that open the file because it doesn&#8217;t know what program created it.  So I had to re-associate all Excel files to open with Excel in folder properties and they open now but all in the same instance.  I re-ran the .reg file to make it the default again and didn&#8217;t have the file association problem but they still run in the same instance.  I am running Excel 2007 SP2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21970</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21970</guid>
		<description>Surely there&#039;s a way to get this working in 64-bit versions of Windows?

After seeing this &lt;a href=&quot;http://lifehacker.com/5302924/make-excel-open-spreadsheets-in-a-separate-window&quot; rel=&quot;nofollow&quot;&gt;on Lifehacker&lt;/a&gt;, I tried using the &quot;Make Open In New Excel Instance Default&quot; on Win7 64-bit and now I can&#039;t double click on Excel files to open them. I have to right click and choose open. And even when I do that, they&#039;re not showing up in separate instances.

Fortunately the undo file worked fine and everything&#039;s back to normal.</description>
		<content:encoded><![CDATA[<p>Surely there&#8217;s a way to get this working in 64-bit versions of Windows?</p>
<p>After seeing this <a href="http://lifehacker.com/5302924/make-excel-open-spreadsheets-in-a-separate-window" rel="nofollow">on Lifehacker</a>, I tried using the &#8220;Make Open In New Excel Instance Default&#8221; on Win7 64-bit and now I can&#8217;t double click on Excel files to open them. I have to right click and choose open. And even when I do that, they&#8217;re not showing up in separate instances.</p>
<p>Fortunately the undo file worked fine and everything&#8217;s back to normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/comment-page-1/#comment-21968</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=12902#comment-21968</guid>
		<description>How hard would this be to do for PowerPoint?</description>
		<content:encoded><![CDATA[<p>How hard would this be to do for PowerPoint?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
