<?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: Open Excel in Multiple Windows</title>
	<atom:link href="http://brett.batie.com/microsoft/open-excel-in-multiple-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/</link>
	<description>Thoughts of a Software Engineer.</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:08:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brett</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-20158</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Tue, 06 Sep 2011 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-20158</guid>
		<description>@MCM This can happen if the program does not have permission to save a file in the same folder as runExcel.exe. When the program is first executed it will create a config file named runExcel.exe.config. Check the permissions on the folder that has runExcel.exe in it and make sure that you have the ability to create the config file in that directory.</description>
		<content:encoded><![CDATA[<p>@MCM This can happen if the program does not have permission to save a file in the same folder as runExcel.exe. When the program is first executed it will create a config file named runExcel.exe.config. Check the permissions on the folder that has runExcel.exe in it and make sure that you have the ability to create the config file in that directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MCM</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-19979</link>
		<dc:creator>MCM</dc:creator>
		<pubDate>Tue, 23 Aug 2011 20:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-19979</guid>
		<description>I just installed this and can not get it to work.  As soon as I open it or any associated file it says &quot;runExcel.exe has stopped working.  Windows is trying to find the problem.&quot;  On Win 7-64 with Excel 2003.  Sure I must be missing something simple.</description>
		<content:encoded><![CDATA[<p>I just installed this and can not get it to work.  As soon as I open it or any associated file it says &#034;runExcel.exe has stopped working.  Windows is trying to find the problem.&#034;  On Win 7-64 with Excel 2003.  Sure I must be missing something simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-19863</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-19863</guid>
		<description>Thanks for posting this Brett!  This is perfect!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this Brett!  This is perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16042</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 20 Apr 2011 21:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16042</guid>
		<description>@Skip - That actually makes sense. The first thing the program does is create a file runExcel.exe.config file (in the same directory as the program). If your user doesn&#039;t have permission to create that file nothing else will work. Good job figuring it out and thanks for taking the time to share that information.</description>
		<content:encoded><![CDATA[<p>@Skip &#8211; That actually makes sense. The first thing the program does is create a file runExcel.exe.config file (in the same directory as the program). If your user doesn&#039;t have permission to create that file nothing else will work. Good job figuring it out and thanks for taking the time to share that information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16040</link>
		<dc:creator>Skip</dc:creator>
		<pubDate>Wed, 20 Apr 2011 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16040</guid>
		<description>I fixed it.  I had to adjust the folder security permissions to specifically allow myself full access.  Strange.</description>
		<content:encoded><![CDATA[<p>I fixed it.  I had to adjust the folder security permissions to specifically allow myself full access.  Strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16039</link>
		<dc:creator>Skip</dc:creator>
		<pubDate>Wed, 20 Apr 2011 20:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16039</guid>
		<description>Hmmm... this is a brand new computer with a fresh MS Office installation.  I just downloaded it again and installed it to the default location (C:\Program Files (x86)\Brett Batie\Excel on Multiple Monitors).  If I run it by double-clicking it, I get a &quot;runExcel.exe has stopped working&quot; error and an option to check online (yeah yeah yeah, never works) or to close the program.  If I right-click on it and choose run as administrator, it will run, but of course it throws a UAC.  Are there any command line options to log any information?  

By the way, I have used this program for about two years with my last computer, and I can&#039;t imagine life without it.  I can&#039;t believe MS is so ignorant to this issue.  Great job, Brett!</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; this is a brand new computer with a fresh MS Office installation.  I just downloaded it again and installed it to the default location (C:\Program Files (x86)\Brett Batie\Excel on Multiple Monitors).  If I run it by double-clicking it, I get a &#034;runExcel.exe has stopped working&#034; error and an option to check online (yeah yeah yeah, never works) or to close the program.  If I right-click on it and choose run as administrator, it will run, but of course it throws a UAC.  Are there any command line options to log any information?  </p>
<p>By the way, I have used this program for about two years with my last computer, and I can&#039;t imagine life without it.  I can&#039;t believe MS is so ignorant to this issue.  Great job, Brett!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16038</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 20 Apr 2011 19:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16038</guid>
		<description>@Skip it should work perfectly on Win 7 x64. I just tested it on my Win 7 box and I did not have an issue. I also originally built this program on a x64 machine. The program really isn&#039;t that complicated so I suspect that there is something funny with your Microsoft Office installation. It could also be the location that this program is expecting excel to be in. You could try reinstalling this application?</description>
		<content:encoded><![CDATA[<p>@Skip it should work perfectly on Win 7 x64. I just tested it on my Win 7 box and I did not have an issue. I also originally built this program on a x64 machine. The program really isn&#039;t that complicated so I suspect that there is something funny with your Microsoft Office installation. It could also be the location that this program is expecting excel to be in. You could try reinstalling this application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16036</link>
		<dc:creator>Skip</dc:creator>
		<pubDate>Wed, 20 Apr 2011 18:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16036</guid>
		<description>I just now saw @Laszlo&#039;s response a few posts above mine.  That workaround is close, but it throws a UAC each time I run it.  At least the program does correct the problem.  Any workarounds to prevent the UAC from popping up?</description>
		<content:encoded><![CDATA[<p>I just now saw @Laszlo&#039;s response a few posts above mine.  That workaround is close, but it throws a UAC each time I run it.  At least the program does correct the problem.  Any workarounds to prevent the UAC from popping up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-16035</link>
		<dc:creator>Skip</dc:creator>
		<pubDate>Wed, 20 Apr 2011 17:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-16035</guid>
		<description>Hmm.. it crashes on my Win 7 x64 computer.  It worked great on my last computer (Win 7 x32).  Any reason this can&#039;t be made to work on x64 machines?</description>
		<content:encoded><![CDATA[<p>Hmm.. it crashes on my Win 7 x64 computer.  It worked great on my last computer (Win 7 x32).  Any reason this can&#039;t be made to work on x64 machines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://brett.batie.com/software-development/open-excel-in-multiple-windows/comment-page-1/#comment-15646</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 13 Apr 2011 23:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://brett.batie.com/?p=121#comment-15646</guid>
		<description>Man, i really have to say: THANK YOU VERY MUCH!!

I didn&#039;t want it to use in dual screen actually, but because the &quot;undo&quot; option of excel 2010 is really not like i wanted...

ex: if i had 2 or more sheets open, and i change something on sheet 1, then go to sheet 2, change something else, and go back to sheet 1 and press &quot;undo&quot;, excel 2010 was undoing the last change overall (in this case, the change in sheet 2, and not in sheet 1, were i was editing)....

Your solution solved this case that was an enormous annoyance to users that works with lots of sheets at many time.

Thank you very much again!</description>
		<content:encoded><![CDATA[<p>Man, i really have to say: THANK YOU VERY MUCH!!</p>
<p>I didn&#039;t want it to use in dual screen actually, but because the &#034;undo&#034; option of excel 2010 is really not like i wanted&#8230;</p>
<p>ex: if i had 2 or more sheets open, and i change something on sheet 1, then go to sheet 2, change something else, and go back to sheet 1 and press &#034;undo&#034;, excel 2010 was undoing the last change overall (in this case, the change in sheet 2, and not in sheet 1, were i was editing)&#8230;.</p>
<p>Your solution solved this case that was an enormous annoyance to users that works with lots of sheets at many time.</p>
<p>Thank you very much again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

