<?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"
	>
<channel>
	<title>Comments on: Excel windows on multiple monitors</title>
	<atom:link href="http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/feed/" rel="self" type="application/rss+xml" />
	<link>http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/</link>
	<description>I'm Steve Richards a strategist and all round tech enthusiast working on enterprise desktop, application delivery and collaboration solutions. I work from home by the coast in the North West of England.  All the views expressed in this blog are my own.</description>
	<pubDate>Sun, 07 Sep 2008 22:18:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2-beta</generator>
		<item>
		<title>By: Mark D. MacLachlan</title>
		<link>http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-840</link>
		<dc:creator>Mark D. MacLachlan</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-840</guid>
		<description>Here is an easy solution for you.  Save the below code in notepad and name it NewExcelWindow.vbs.  Then place that script file in your SendTo folder.  You can then launch an Excel file by right clicking and choosing SendTo NewExcelWindow.  You will then be able to move the Windows into different monitors.  Developed and tested on Vista Ultimate.  Verified on both x64 and x32 systems.

'==========================================================================
'
' NAME: NewExcelWindow.vbs
'
' AUTHOR: Mark D. MacLachlan , The Spider's Parlor
' URL: http://www.thespidersparlor.com
' DATE  : 8/6/2008
' COPYRIGHT (c) 2008 All Rights Reserved
'
' COMMENT: Forces a spreadsheet to open in a new Excel process window.
'          Copy this script to your SendTo directory and access via 
'          right click.
'
'    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
'    ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
'    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
'    PARTICULAR PURPOSE.
'
'    IN NO EVENT SHALL THE SPIDER'S PARLOR AND/OR ITS RESPECTIVE SUPPLIERS 
'    BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
'    DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
'    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
'    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
'    OF THIS CODE OR INFORMATION.
'
'==========================================================================
On Error Resume Next
strFile = WScript.Arguments(0)
Dim oXL
Set oXL = CreateObject("Excel.Application")
Set objSpread = oXL.Workbooks.open(strFile)
oXL.Visible = True</description>
		<content:encoded><![CDATA[<p>Here is an easy solution for you.  Save the below code in notepad and name it NewExcelWindow.vbs.  Then place that script file in your SendTo folder.  You can then launch an Excel file by right clicking and choosing SendTo NewExcelWindow.  You will then be able to move the Windows into different monitors.  Developed and tested on Vista Ultimate.  Verified on both x64 and x32 systems.</p>
<p>&#8216;==========================================================================<br />
&#8216;<br />
&#8216; NAME: NewExcelWindow.vbs<br />
&#8216;<br />
&#8216; AUTHOR: Mark D. MacLachlan , The Spider&#8217;s Parlor<br />
&#8216; URL: <a href="http://www.thespidersparlor.com" rel="nofollow">http://www.thespidersparlor.com</a><br />
&#8216; DATE  : 8/6/2008<br />
&#8216; COPYRIGHT (c) 2008 All Rights Reserved<br />
&#8216;<br />
&#8216; COMMENT: Forces a spreadsheet to open in a new Excel process window.<br />
&#8216;          Copy this script to your SendTo directory and access via<br />
&#8216;          right click.<br />
&#8216;<br />
&#8216;    THIS CODE AND INFORMATION IS PROVIDED &#8220;AS IS&#8221; WITHOUT WARRANTY OF<br />
&#8216;    ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO<br />
&#8216;    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A<br />
&#8216;    PARTICULAR PURPOSE.<br />
&#8216;<br />
&#8216;    IN NO EVENT SHALL THE SPIDER&#8217;S PARLOR AND/OR ITS RESPECTIVE SUPPLIERS<br />
&#8216;    BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY<br />
&#8216;    DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,<br />
&#8216;    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS<br />
&#8216;    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE<br />
&#8216;    OF THIS CODE OR INFORMATION.<br />
&#8216;<br />
&#8216;==========================================================================<br />
On Error Resume Next<br />
strFile = WScript.Arguments(0)<br />
Dim oXL<br />
Set oXL = CreateObject(&#8221;Excel.Application&#8221;)<br />
Set objSpread = oXL.Workbooks.open(strFile)<br />
oXL.Visible = True</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu Downes</title>
		<link>http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-637</link>
		<dc:creator>Stu Downes</dc:creator>
		<pubDate>Tue, 27 May 2008 12:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-637</guid>
		<description>In vista start run excel.exe works well to get multiple excel sessions running for me.</description>
		<content:encoded><![CDATA[<p>In vista start run excel.exe works well to get multiple excel sessions running for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven, not Steve</title>
		<link>http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-634</link>
		<dc:creator>Steven, not Steve</dc:creator>
		<pubDate>Thu, 08 May 2008 15:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-634</guid>
		<description>The CTRL+ click on Excel works for me, on Windows XP. 

Now if only someone can find a way to make this work for PowerPoint</description>
		<content:encoded><![CDATA[<p>The CTRL+ click on Excel works for me, on Windows XP. </p>
<p>Now if only someone can find a way to make this work for PowerPoint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RGlazier</title>
		<link>http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-626</link>
		<dc:creator>RGlazier</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://steves.seasidelife.com/2008/04/28/excel-windows-on-multiple-monitors/#comment-626</guid>
		<description>Hi Steve,

You can also CTRL+ click as you open Excel from the start menu. Seems to work well.

Credit: Reader comment on Vista Clues 
http://www.vistaclues.com/reader-question-open-excel-on-multiple-monitors/

Though I am on XP it still works fine for me.

Thanks,

Rob</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>You can also CTRL+ click as you open Excel from the start menu. Seems to work well.</p>
<p>Credit: Reader comment on Vista Clues<br />
<a href="http://www.vistaclues.com/reader-question-open-excel-on-multiple-monitors/" rel="nofollow">http://www.vistaclues.com/reader-question-open-excel-on-multiple-monitors/</a></p>
<p>Though I am on XP it still works fine for me.</p>
<p>Thanks,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
