<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hey, Scripting Guy! How Can I Tile Workbook Windows in Microsoft Excel?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2008/05/27/how-can-i-tile-workbook-windows-in-microsoft-excel.aspx</link><description>Hey, Scripting Guy! I have a Windows PowerShell script that starts Excel and loads three comma-separated values files into separate workbooks. What I was wondering is whether there’s a way to have PowerShell tile these workbooks, either vertically or</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! How Can I Tile Workbook Windows in Microsoft Excel?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2008/05/27/how-can-i-tile-workbook-windows-in-microsoft-excel.aspx#3468189</link><pubDate>Wed, 30 Nov 2011 20:36:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468189</guid><dc:creator>Excel newbie</dc:creator><description>&lt;p&gt;It&amp;#39;s very difficult to find the answer in this mass of words. How about a link to a webpage that just gives the answer and nothing else?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468189" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! How Can I Tile Workbook Windows in Microsoft Excel?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2008/05/27/how-can-i-tile-workbook-windows-in-microsoft-excel.aspx#3327237</link><pubDate>Wed, 21 Apr 2010 22:17:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3327237</guid><dc:creator>labar0ness</dc:creator><description>&lt;p&gt;Hey, Scripting Guy! &lt;/p&gt;
&lt;p&gt;I have three comma-separated values files I would like to import into one Excel workbook with three worksheets. &amp;nbsp;How do I do that with VBScript or Powershell? &amp;nbsp;I have a VBScript that works for one file. &amp;nbsp;But, I can't figure out how to get the other csv files to open and save in the same workbook in a separate worksheet.&lt;/p&gt;
&lt;p&gt;Set objExcel = CreateObject(&amp;quot;Excel.Application&amp;quot;)&lt;/p&gt;
&lt;p&gt;objExcel.Visible = True&lt;/p&gt;
&lt;p&gt;objExcel.displayalerts=false&lt;/p&gt;
&lt;p&gt;Set objWorkbook = objExcel.Workbooks.open(srccsvfile)&lt;/p&gt;
&lt;p&gt;Set objWorksheet1 = objWorkbook.Worksheets(1)&lt;/p&gt;
&lt;p&gt;objWorksheet1.SaveAs srcxlsfile, 2&lt;/p&gt;
&lt;p&gt;Any assistance would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;-MM&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3327237" width="1" height="1"&gt;</description></item></channel></rss>