<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brett's Software Development Blog &#187; Microsoft</title>
	<atom:link href="http://brett.batie.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://brett.batie.com</link>
	<description>Thoughts of a Software Engineer.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:38:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open Excel in Multiple Windows</title>
		<link>http://brett.batie.com/microsoft/open-excel-in-multiple-windows/</link>
		<comments>http://brett.batie.com/microsoft/open-excel-in-multiple-windows/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 20:08:39 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://brett.batie.com/?p=121</guid>
		<description><![CDATA[In my previous post I mentioned that there was a way to create a bat file to force Excel to open each file in a new window. Opening Excel in multiple windows makes it easier to use Excel across multiple monitors and gives back the standard alt+tab to flip between Excel Spreadsheets. The problem with [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post I mentioned that there was a way to create a bat file to <a href="/dosshell/open-excel-in-two-windows-excel-2007-vista/">force Excel to open each file in a new window</a>. Opening Excel in multiple windows makes it easier to use Excel across multiple monitors and gives back the standard alt+tab to flip between Excel Spreadsheets. The problem with my previous solution was that the Excel files loose their icons. Unfortunately because the solution uses a bat file the icon cannot be changed. So I took the previous solution and enhanced it a little bit.</p>
<div id="attachment_124" class="wp-caption alignright" style="width: 138px"><img class="size-full wp-image-124" title="OpenOffice Icon" src="http://brett.batie.com/wp-content/uploads/galaxy_ooo3_calc-app_128.png" alt="OpenOffice Icon" width="128" height="128" /><p class="wp-caption-text">OpenOffice Icon</p></div>
<p>This solution uses the same principle but installs a program instead of using a bat file. This program has an icon so all the associated Excel files will also use that icon. I was originally hoping to use the Microsoft Icon for this program but after looking at their <a title="Icon Terms of Use" href="http://www.microsoft.com/about/legal/permissions/default.mspx#EDE" target="_blank">Terms of Use</a> a decided to use the Open Office Icon.</p>
<p>Without further ado the directions to get Excel running on multiple monitors is below:</p>
<p><strong>1. Download the following file and run the installer.</strong></p>
<a href=http://brett.batie.com/download/Install_runExcel.msi><img src=http://brett.batie.com/wp-content/plugins/download-monitor/img/downloads-icon.gif style="vertical-align: middle;">DOWNLOAD: Open Excel in Multiple Windows</a>
<div class="caption">
If you cannot install this application because you need admin privileges you can download the following file. Then follow the directions below and make sure you browse to the location of where you stored this download (in the 2nd step).<br />
<a href=http://brett.batie.com/download/run-excel-standalone.zip><img src=http://brett.batie.com/wp-content/plugins/download-monitor/img/downloads-icon.gif style="vertical-align: middle;">DOWNLOAD: Standalone - Open Excel in Multiple Windows</a>
</div>
<p><strong>2. Update the file association for each Excel File.</strong></p>
<p>Right click the excel file and select “Open With…” and then in the window that opens click “Browse…”</p>
<p style="text-align: center;"><a href="http://brett.batie.com/wp-content/uploads/open-with.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-88 aligncenter" title="open-with" src="http://brett.batie.com/wp-content/uploads/open-with-300x247.png" alt="Open With" width="300" height="247" /></a></p>
<p>Then select the program that you just installed. By default it will be installed at C:Program FilesBrett BatieExcel on Multiple MonitorsrunExcel.exe. Make sure that “Always use the selected program to open this kind of file” is checked in the “Open With” dialog.</p>
<p>Now anytime you open an Excel file it will open a new copy of Excel.</p>
<p><strong>changelog:</strong><br />
<code><br />
1.1 - Fixed a problem where filenames with spaces would not open.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://brett.batie.com/microsoft/open-excel-in-multiple-windows/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Open Excel in Two Windows (Microsoft Excel 2007 / Windows Vista)</title>
		<link>http://brett.batie.com/dosshell/open-excel-in-two-windows-excel-2007-vista/</link>
		<comments>http://brett.batie.com/dosshell/open-excel-in-two-windows-excel-2007-vista/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:12:49 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
				<category><![CDATA[DOS/Shell]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://brett.batie.com/?p=85</guid>
		<description><![CDATA[There is a flaw with the below solution it causes the associated Excel files to loose their icons. I posted a follow-up article for opening Excel in Multiple Windows that provides the same solution while associating a new icon with the Excel Files.
When you open an Excel file in Windows Vista, it will only open [...]]]></description>
			<content:encoded><![CDATA[<div class="caption">There is a flaw with the below solution it causes the associated Excel files to loose their icons. I posted a follow-up article for <a href="/microsoft/open-excel-in-multiple-windows/">opening Excel in Multiple Windows</a> that provides the same solution while associating a new icon with the Excel Files.</div>
<p>When you open an Excel file in Windows Vista, it will only open 1 instance of Excel and force you to tile the windows in order to see both at the same time. I find this annoying especially when I want the Excel files to display on multiple monitors.</p>
<p>I looked around for some solutions and found the following:</p>
<ul>
<li><a title="Open Excel twice" href="http://www.pcmag.com/article2/0,2817,1847177,00.asp" target="_blank">Open Excel two times from the start menu.</a></li>
<li><a title="Turn off DDE" href="http://www.drewery.net/blog/2006/08/29/utilising-dual-monitors-with-microsoft-excel-2003/">Turn off DDE and modify shortcut</a> (I couldn&#8217;t get this to work on Windows Vista)</li>
</ul>
<p>I didn&#8217;t like using the start menu option as I like to use Windows Explorer to open my Excel files and I couldn&#8217;t get the DDE option to work. So, I took a minute and developed my own fairly simple solution.</p>
<p>1. Put the following line of text in a bat file and save it at as c:\Program Files\runExcel.bat</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">start &quot;Excel&quot; &quot;c:\Program Files\Microsoft Office\Office12\EXCEL.EXE&quot; /e <span style="color: #33cc33;">%</span><span style="color: #448888;">1</span></pre></div></div>

<p><!-- adman --></p>
<p>2. Modify the shortcut for the .xls extension</p>
<p>Right click the excel file and select &#8220;Open With&#8230;&#8221; and then in the window that opens click &#8220;Browse&#8230;&#8221;</p>
<p style="text-align: center;"><a href="http://brett.batie.com/wp-content/uploads/open-with.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-88 aligncenter" title="open-with" src="http://brett.batie.com/wp-content/uploads/open-with-300x247.png" alt="Open With" width="300" height="247" /></a></p>
<p>Then select the bat file you created in the first step by browsing to c:\program files and selecting runExcel.bat. Make sure that &#8220;Always use the selected program to open this kind of file&#8221; is checked in the &#8220;Open With&#8221; dialog.</p>
<p>Now anytime you double click on an Excel file it will always open it in a new window &#8211; the way I think it should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://brett.batie.com/dosshell/open-excel-in-two-windows-excel-2007-vista/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
