<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Brett's Software Development Blog</title>
	
	<link>http://brett.batie.com</link>
	<description>Thoughts of a Software Engineer.</description>
	<pubDate>Mon, 01 Mar 2010 15:05:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForBrettsBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforbrettsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Open Excel in Two Windows (Microsoft Excel 2007 / Windows Vista) by Gareth N</title>
		<link>http://brett.batie.com/?p=85&amp;cpage=1#comment-5104</link>
		<dc:creator>Gareth N</dc:creator>
		<pubDate>Sun, 28 Feb 2010 12:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=85#comment-5104</guid>
		<description>Hi All,

I had the original method of changing the settings via the application associations working on Windows XP but have recently switched to Windows 7 where this no longer seems to be an option.

I have therefore been searching for a method to use on Windows 7 and have found a number of suggestions like this which have led me to the blank screen issue. Adding a few snippets from various site led me to creating the following .reg file which works perfectly:

To use it, copy the contents below and paste it into notepad. Save the file as:

Excel 2007 Dual Screen.reg (Make sure you select "All Files" from the file type drop down).
Exit Notepad and run the file, accepting the warnings and your good to go.

$$$$$$$$$$$$$$$$$ Start copying below this line $$$$$$$$$$$$$$$$$

Windows Registry Editor Version 5.00

; ----------------- This file is intended to allow dual screen working in Excel 2007 ONLY -----------------
; ---- It will not work for earlier version of Excel and modifies the registry so please use carefully ----


; Changes the /e to "%1" in the default and command keys to fix the issue that stops Excel opening .xls files

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\""
"command"=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\
  00,54,00,4f,00,35,00,20,00,22,00,25,00,31,00,22,00,00,00,00,00

; Deletes the ddeexec key and sub keys to stop Excel using DDE to open the .xls files
 
[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]
[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\application]
[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\topic]


; Changes the /e to "%1" in the default and command keys to fix the issue that stops Excel opening .xlsx files

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\""
"command"=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\
  00,54,00,4f,00,35,00,20,00,22,00,25,00,31,00,22,00,00,00,00,00

; Deletes the ddeexec key and sub keys to stop Excel using DDE to open the .xlsx files

[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]
[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\application]
[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\topic]

$$$$$$$$$$$$$$$$$ Stop copying above this line $$$$$$$$$$$$$$$$$

If you want to restore to the original, copy the contents below and paste it into notepad. Save the file as:

Excel 2007 Restore Settings.reg (Make sure you select "All Files" from the file type drop down).
Exit Notepad and run the file, accepting the warnings and your good to go.

$$$$$$$$$$$$$$$$$ Start copying below this line $$$$$$$$$$$$$$$$$

Windows Registry Editor Version 5.00

; ------------ This file is intended to restore the defaul opening settings in Excel 2007 ONLY ------------
; ---- It will not work for earlier version of Excel and modifies the registry so please use carefully ----

; Restores all the settings for .xls files

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open]
@="&amp;Open"

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" /e"
"command"=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\
  00,54,00,4f,00,35,00,20,00,2f,00,65,00,00,00,00,00

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]
@="[open(\"%1\")]"

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\application]
@="Excel"

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\topic]
@="system"

; Restores all the settings for .xlsx files

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open]
@="&amp;Open"

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" /e"
"command"=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\
  00,54,00,4f,00,35,00,20,00,2f,00,65,00,00,00,00,00

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]
@="[open(\"%1\")]"

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\application]
@="Excel"

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\topic]
@="system"

$$$$$$$$$$$$$$$$$ Stop copying above this line $$$$$$$$$$$$$$$$$</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I had the original method of changing the settings via the application associations working on Windows XP but have recently switched to Windows 7 where this no longer seems to be an option.</p>
<p>I have therefore been searching for a method to use on Windows 7 and have found a number of suggestions like this which have led me to the blank screen issue. Adding a few snippets from various site led me to creating the following .reg file which works perfectly:</p>
<p>To use it, copy the contents below and paste it into notepad. Save the file as:</p>
<p>Excel 2007 Dual Screen.reg (Make sure you select &#8220;All Files&#8221; from the file type drop down).<br />
Exit Notepad and run the file, accepting the warnings and your good to go.</p>
<p>$$$$$$$$$$$$$$$$$ Start copying below this line $$$$$$$$$$$$$$$$$</p>
<p>Windows Registry Editor Version 5.00</p>
<p>; &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; This file is intended to allow dual screen working in Excel 2007 ONLY &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
; &#8212;- It will not work for earlier version of Excel and modifies the registry so please use carefully &#8212;-</p>
<p>; Changes the /e to &#8220;%1&#8243; in the default and command keys to fix the issue that stops Excel opening .xls files</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; \&#8221;%1\&#8221;"<br />
&#8220;command&#8221;=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\<br />
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\<br />
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\<br />
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\<br />
  00,54,00,4f,00,35,00,20,00,22,00,25,00,31,00,22,00,00,00,00,00</p>
<p>; Deletes the ddeexec key and sub keys to stop Excel using DDE to open the .xls files</p>
<p>[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]<br />
[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\application]<br />
[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\topic]</p>
<p>; Changes the /e to &#8220;%1&#8243; in the default and command keys to fix the issue that stops Excel opening .xlsx files</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; \&#8221;%1\&#8221;"<br />
&#8220;command&#8221;=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\<br />
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\<br />
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\<br />
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\<br />
  00,54,00,4f,00,35,00,20,00,22,00,25,00,31,00,22,00,00,00,00,00</p>
<p>; Deletes the ddeexec key and sub keys to stop Excel using DDE to open the .xlsx files</p>
<p>[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]<br />
[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\application]<br />
[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\topic]</p>
<p>$$$$$$$$$$$$$$$$$ Stop copying above this line $$$$$$$$$$$$$$$$$</p>
<p>If you want to restore to the original, copy the contents below and paste it into notepad. Save the file as:</p>
<p>Excel 2007 Restore Settings.reg (Make sure you select &#8220;All Files&#8221; from the file type drop down).<br />
Exit Notepad and run the file, accepting the warnings and your good to go.</p>
<p>$$$$$$$$$$$$$$$$$ Start copying below this line $$$$$$$$$$$$$$$$$</p>
<p>Windows Registry Editor Version 5.00</p>
<p>; &#8212;&#8212;&#8212;&#8212; This file is intended to restore the defaul opening settings in Excel 2007 ONLY &#8212;&#8212;&#8212;&#8212;<br />
; &#8212;- It will not work for earlier version of Excel and modifies the registry so please use carefully &#8212;-</p>
<p>; Restores all the settings for .xls files</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open]<br />
@=&#8221;&amp;Open&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; /e&#8221;<br />
&#8220;command&#8221;=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\<br />
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\<br />
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\<br />
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\<br />
  00,54,00,4f,00,35,00,20,00,2f,00,65,00,00,00,00,00</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]<br />
@=&#8221;[open(\"%1\")]&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\application]<br />
@=&#8221;Excel&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\topic]<br />
@=&#8221;system&#8221;</p>
<p>; Restores all the settings for .xlsx files</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open]<br />
@=&#8221;&amp;Open&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]<br />
@=&#8221;\&#8221;C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\&#8221; /e&#8221;<br />
&#8220;command&#8221;=hex(7):76,00,55,00,70,00,41,00,56,00,36,00,21,00,21,00,21,00,21,00,\<br />
  21,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,43,\<br />
  00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,74,00,57,00,7b,00,7e,00,\<br />
  24,00,34,00,51,00,5d,00,63,00,40,00,49,00,49,00,3d,00,6c,00,32,00,78,00,61,\<br />
  00,54,00,4f,00,35,00,20,00,2f,00,65,00,00,00,00,00</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]<br />
@=&#8221;[open(\"%1\")]&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\application]<br />
@=&#8221;Excel&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec\topic]<br />
@=&#8221;system&#8221;</p>
<p>$$$$$$$$$$$$$$$$$ Stop copying above this line $$$$$$$$$$$$$$$$$</p>

<p><a href="http://feedads.g.doubleclick.net/~a/f-VPCEBah3LX9HVY8_vohYtP2ak/0/da"><img src="http://feedads.g.doubleclick.net/~a/f-VPCEBah3LX9HVY8_vohYtP2ak/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/f-VPCEBah3LX9HVY8_vohYtP2ak/1/da"><img src="http://feedads.g.doubleclick.net/~a/f-VPCEBah3LX9HVY8_vohYtP2ak/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=W_EztXXx3N0:GTvlxIvV_wo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=W_EztXXx3N0:GTvlxIvV_wo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=W_EztXXx3N0:GTvlxIvV_wo:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=W_EztXXx3N0:GTvlxIvV_wo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=W_EztXXx3N0:GTvlxIvV_wo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Multiple Windows by Laszlo Lieszkovszky</title>
		<link>http://brett.batie.com/?p=121&amp;cpage=1#comment-5056</link>
		<dc:creator>Laszlo Lieszkovszky</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-5056</guid>
		<description>Fantastic! Works like a charm. Thank you!</description>
		<content:encoded><![CDATA[<p>Fantastic! Works like a charm. Thank you!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ZyQBuDm5EvHsvQbU47LPIPdjbyY/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZyQBuDm5EvHsvQbU47LPIPdjbyY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZyQBuDm5EvHsvQbU47LPIPdjbyY/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZyQBuDm5EvHsvQbU47LPIPdjbyY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=SxZ4Z_YMdic:pmGzHaDQl7s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=SxZ4Z_YMdic:pmGzHaDQl7s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=SxZ4Z_YMdic:pmGzHaDQl7s:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=SxZ4Z_YMdic:pmGzHaDQl7s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=SxZ4Z_YMdic:pmGzHaDQl7s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Watch Netflix in Chrome by CB</title>
		<link>http://brett.batie.com/?p=197&amp;cpage=1#comment-4990</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=197#comment-4990</guid>
		<description>Works on Snow Leopard.</description>
		<content:encoded><![CDATA[<p>Works on Snow Leopard.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/hvBPPDnY4dD17HjE_gxbHOSdy6A/0/da"><img src="http://feedads.g.doubleclick.net/~a/hvBPPDnY4dD17HjE_gxbHOSdy6A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hvBPPDnY4dD17HjE_gxbHOSdy6A/1/da"><img src="http://feedads.g.doubleclick.net/~a/hvBPPDnY4dD17HjE_gxbHOSdy6A/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=UWjIWxrXZ5Q:eO8pFIYa0d4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=UWjIWxrXZ5Q:eO8pFIYa0d4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=UWjIWxrXZ5Q:eO8pFIYa0d4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=UWjIWxrXZ5Q:eO8pFIYa0d4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=UWjIWxrXZ5Q:eO8pFIYa0d4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Multiple Windows by Adam Fakes</title>
		<link>http://brett.batie.com/?p=121&amp;cpage=1#comment-4948</link>
		<dc:creator>Adam Fakes</dc:creator>
		<pubDate>Mon, 08 Feb 2010 01:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-4948</guid>
		<description>How long have I been wanting to be able to just double click and have a CSV and or a XLS open in a new window and not interfere with any other excel sheet open at the the time 

Thanks 
Adam</description>
		<content:encoded><![CDATA[<p>How long have I been wanting to be able to just double click and have a CSV and or a XLS open in a new window and not interfere with any other excel sheet open at the the time </p>
<p>Thanks<br />
Adam</p>

<p><a href="http://feedads.g.doubleclick.net/~a/nSxkUf9T_UYnoyPeQTZWNgfygv0/0/da"><img src="http://feedads.g.doubleclick.net/~a/nSxkUf9T_UYnoyPeQTZWNgfygv0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nSxkUf9T_UYnoyPeQTZWNgfygv0/1/da"><img src="http://feedads.g.doubleclick.net/~a/nSxkUf9T_UYnoyPeQTZWNgfygv0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=D01PuYMcRwg:u6_Mu85rgQo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=D01PuYMcRwg:u6_Mu85rgQo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=D01PuYMcRwg:u6_Mu85rgQo:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=D01PuYMcRwg:u6_Mu85rgQo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=D01PuYMcRwg:u6_Mu85rgQo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Multiple Windows by James</title>
		<link>http://brett.batie.com/?p=121&amp;cpage=1#comment-4904</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-4904</guid>
		<description>You, Sir, are a legend :-) 

Your software works perfectly on my setup (W7 64-bit, Office 2K7).

Many, many thanks!</description>
		<content:encoded><![CDATA[<p>You, Sir, are a legend :-) </p>
<p>Your software works perfectly on my setup (W7 64-bit, Office 2K7).</p>
<p>Many, many thanks!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/dXZUeSKyK1d99m-i_zXDSZ_KNeQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/dXZUeSKyK1d99m-i_zXDSZ_KNeQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dXZUeSKyK1d99m-i_zXDSZ_KNeQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/dXZUeSKyK1d99m-i_zXDSZ_KNeQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=aMdur1v4bjI:ns5yhf520_0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=aMdur1v4bjI:ns5yhf520_0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=aMdur1v4bjI:ns5yhf520_0:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=aMdur1v4bjI:ns5yhf520_0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=aMdur1v4bjI:ns5yhf520_0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Watch Netflix in Chrome by toots</title>
		<link>http://brett.batie.com/?p=197&amp;cpage=1#comment-4803</link>
		<dc:creator>toots</dc:creator>
		<pubDate>Thu, 07 Jan 2010 03:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=197#comment-4803</guid>
		<description>does not work on a mac, tried both ways. Any solutions.</description>
		<content:encoded><![CDATA[<p>does not work on a mac, tried both ways. Any solutions.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/-qDP_VaHWBH1pGzrM2aWtnK5rXk/0/da"><img src="http://feedads.g.doubleclick.net/~a/-qDP_VaHWBH1pGzrM2aWtnK5rXk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-qDP_VaHWBH1pGzrM2aWtnK5rXk/1/da"><img src="http://feedads.g.doubleclick.net/~a/-qDP_VaHWBH1pGzrM2aWtnK5rXk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=eKCU-B64n-Q:ObAukYfgzvM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=eKCU-B64n-Q:ObAukYfgzvM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=eKCU-B64n-Q:ObAukYfgzvM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=eKCU-B64n-Q:ObAukYfgzvM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=eKCU-B64n-Q:ObAukYfgzvM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Watch Netflix in Chrome by TS</title>
		<link>http://brett.batie.com/?p=197&amp;cpage=1#comment-4717</link>
		<dc:creator>TS</dc:creator>
		<pubDate>Wed, 09 Dec 2009 03:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=197#comment-4717</guid>
		<description>This works on Mac if you do this in Terminal (not sure how to do this with a normal app icon): /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-agent="Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; en-us) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.2.1 Safari/525.19"</description>
		<content:encoded><![CDATA[<p>This works on Mac if you do this in Terminal (not sure how to do this with a normal app icon): /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome &#8211;user-agent=&#8221;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; en-us) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.2.1 Safari/525.19&#8243;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/G99ry2uMU3wbhwk1Nm429W__k7o/0/da"><img src="http://feedads.g.doubleclick.net/~a/G99ry2uMU3wbhwk1Nm429W__k7o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/G99ry2uMU3wbhwk1Nm429W__k7o/1/da"><img src="http://feedads.g.doubleclick.net/~a/G99ry2uMU3wbhwk1Nm429W__k7o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=WJNPY_PaW4U:HTIqJRSuqbM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=WJNPY_PaW4U:HTIqJRSuqbM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=WJNPY_PaW4U:HTIqJRSuqbM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=WJNPY_PaW4U:HTIqJRSuqbM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=WJNPY_PaW4U:HTIqJRSuqbM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Multiple Windows by Lori</title>
		<link>http://brett.batie.com/?p=121&amp;cpage=1#comment-4713</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-4713</guid>
		<description>Thanks, this was a great help.  Easy to use on my work computer, that I don't have admin rights to :)</description>
		<content:encoded><![CDATA[<p>Thanks, this was a great help.  Easy to use on my work computer, that I don&#8217;t have admin rights to :)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/b4wyiiqZg68Pi2u1y37ip1yuggo/0/da"><img src="http://feedads.g.doubleclick.net/~a/b4wyiiqZg68Pi2u1y37ip1yuggo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/b4wyiiqZg68Pi2u1y37ip1yuggo/1/da"><img src="http://feedads.g.doubleclick.net/~a/b4wyiiqZg68Pi2u1y37ip1yuggo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=7fl9WqRCOj0:tz0T_s4HPDw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=7fl9WqRCOj0:tz0T_s4HPDw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=7fl9WqRCOj0:tz0T_s4HPDw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=7fl9WqRCOj0:tz0T_s4HPDw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=7fl9WqRCOj0:tz0T_s4HPDw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Two Windows (Microsoft Excel 2007 / Windows Vista) by Iain</title>
		<link>http://brett.batie.com/?p=85&amp;cpage=1#comment-4706</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=85#comment-4706</guid>
		<description>To Mike Preece: You've obviously mucked something up, as it works like a dream. Any normal person would have renamed the entries rather than actually deleting straight off!

Thanks muchly Britt! Please don't keep hacks like that to yourself!

To Sam ott: Check that the %1 is in quotes "%1"</description>
		<content:encoded><![CDATA[<p>To Mike Preece: You&#8217;ve obviously mucked something up, as it works like a dream. Any normal person would have renamed the entries rather than actually deleting straight off!</p>
<p>Thanks muchly Britt! Please don&#8217;t keep hacks like that to yourself!</p>
<p>To Sam ott: Check that the %1 is in quotes &#8220;%1&#8243;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/dGeudahv0jTtHamPPinzPx-rQRU/0/da"><img src="http://feedads.g.doubleclick.net/~a/dGeudahv0jTtHamPPinzPx-rQRU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dGeudahv0jTtHamPPinzPx-rQRU/1/da"><img src="http://feedads.g.doubleclick.net/~a/dGeudahv0jTtHamPPinzPx-rQRU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=ByE71Le05H0:z7w2Iabkos4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=ByE71Le05H0:z7w2Iabkos4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=ByE71Le05H0:z7w2Iabkos4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=ByE71Le05H0:z7w2Iabkos4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=ByE71Le05H0:z7w2Iabkos4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Excel in Two Windows (Microsoft Excel 2007 / Windows Vista) by chuck_stones</title>
		<link>http://brett.batie.com/?p=85&amp;cpage=1#comment-4703</link>
		<dc:creator>chuck_stones</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=85#comment-4703</guid>
		<description>Hi Brett! 

Thanks for your work on creating this useful little tool. The .bat file method definitely works around the issue of opening separate Excel documents in separate Excel instances, without having to use the 'ignore other applications that use  DDE' [in Office 2007] (which causes the problem of opening a blank Excel instance when double clicking a file). However, there is one little quirk of this methodology which users should be aware of; 

By opening the files in separate instances of Excel, you inhibit the ability to copy formulas from one spreadsheet to another. For example if you enter the formula =sum(A1:C10) into a blank cell which gives a hypothetical total of 30 (value of 1 in each cell), when you copy this cell and paste it into a sheet in a separate instance, you will only copy the formula total, and not the formula itself (i.e. 30, and not =sum(A1:C10)). 

Not as annoying as not being able to open separate files in separate instances, but well worth mentioning if you plan to copy large numbers of complicated formulas from one spreadsheet to another. 

/chuck

p.s. sorry for the verbose comment</description>
		<content:encoded><![CDATA[<p>Hi Brett! </p>
<p>Thanks for your work on creating this useful little tool. The .bat file method definitely works around the issue of opening separate Excel documents in separate Excel instances, without having to use the &#8216;ignore other applications that use  DDE&#8217; [in Office 2007] (which causes the problem of opening a blank Excel instance when double clicking a file). However, there is one little quirk of this methodology which users should be aware of; </p>
<p>By opening the files in separate instances of Excel, you inhibit the ability to copy formulas from one spreadsheet to another. For example if you enter the formula =sum(A1:C10) into a blank cell which gives a hypothetical total of 30 (value of 1 in each cell), when you copy this cell and paste it into a sheet in a separate instance, you will only copy the formula total, and not the formula itself (i.e. 30, and not =sum(A1:C10)). </p>
<p>Not as annoying as not being able to open separate files in separate instances, but well worth mentioning if you plan to copy large numbers of complicated formulas from one spreadsheet to another. </p>
<p>/chuck</p>
<p>p.s. sorry for the verbose comment</p>

<p><a href="http://feedads.g.doubleclick.net/~a/yofjVdjTtxSeSW787TF73uJYxuw/0/da"><img src="http://feedads.g.doubleclick.net/~a/yofjVdjTtxSeSW787TF73uJYxuw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yofjVdjTtxSeSW787TF73uJYxuw/1/da"><img src="http://feedads.g.doubleclick.net/~a/yofjVdjTtxSeSW787TF73uJYxuw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=Fyg4CUXcJHs:n-0C6F9zUxM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=Fyg4CUXcJHs:n-0C6F9zUxM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=Fyg4CUXcJHs:n-0C6F9zUxM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?i=Fyg4CUXcJHs:n-0C6F9zUxM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?a=Fyg4CUXcJHs:n-0C6F9zUxM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/CommentsForBrettsBlog?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
	</item>
</channel>
</rss>
