<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.office.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>Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx</link><description>"How do I open my workbooks in separate windows?" This has been a common inquiry from many of our customers who want to look at their workbooks side by side, or spread them across more than one monitor. Good news: starting with Excel 2013, each of your</description><dc:language>en-US</dc:language><generator>Telligent Community 1.5.134.15456 (Build: 5.5.134.15456)</generator><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#36070</link><pubDate>Wed, 06 Mar 2013 07:05:17 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:36070</guid><dc:creator>Obsidian</dc:creator><description>&lt;p&gt;#4 is exactly how I use Excel 2010 and the reason I won&amp;#39;t be using 2013 anytime soon. I think you are about to discover just how many people use Excel this way ... and want it back.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=36070" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#36026</link><pubDate>Fri, 01 Mar 2013 09:55:09 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:36026</guid><dc:creator>Stretchy</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;ve been automating Microsoft Excel since 1997 using VB &amp;amp; VBA to create &amp;#39;Stand Alone&amp;#39; Excel products which use the power of Excel but keep the user on a fixed path via tightly controlled menus/ribbons. The introduction of a SDI threw all of this away as the user can now &amp;#39;by-pass&amp;#39; the menus and Simpy click one of the workbooks now showing on the Taskbar. (Some workbooks should not be accessed by the user)&lt;/p&gt;
&lt;p&gt;A workaround for this was for me to use the Windows(&amp;quot;myWorkBook&amp;quot;).visible = FALSE, great it hides the workbook from the Taskbar but unfortunately you can then not use the ACTIVEWORKBOOK object to refer to the hidden workbook.&lt;/p&gt;
&lt;p&gt;I had one simple request during beta to eliminate ALL programmers problems with a SDI - still have programmatic access to the Application.DisplayWindowsInTaskBar option just for the life of the Excel Instant.&lt;/p&gt;
&lt;p&gt;No-one obviously thought this through for those who have been championing Excel and developing full-blown application using the Excel Object.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=36026" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35975</link><pubDate>Tue, 26 Feb 2013 21:47:43 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35975</guid><dc:creator>chadroth</dc:creator><description>&lt;p&gt;Hi David, thank you for your thoughts. It’s really helpful for us to hear how people use Excel, what’s useful, and what’s not so useful. You brought up several points, so I’ll try to address each one.&lt;/p&gt;
&lt;p&gt;1. Compare Across Monitors, really? I’m with you. Multiple monitors is probably more for dashboarding multiple different workbooks rather than comparing across them. However, I don’t think that point detracts from the value of SDI though.&lt;/p&gt;
&lt;p&gt;2. “Side by Side” with synchronous scrolling doesn’t seem to work. While the default is to stack them top to bottom (admittedly an awkward behavior for a feature called “side by side”), there is a way to get it working truly side by side. After you click “View side by side”, you can click “Arrange All” (on the same tab), and choose “Vertical” - - and the synchronous scrolling still works.&lt;/p&gt;
&lt;p&gt;3. Ribbon takes up too much space: This was one of the more difficult trade-off decisions we had to make when implementing SDI. On the one hand, each ribbon takes up more space. Conversely, there are “local” ribbons (one per workbook window), forcing your mouse to travel less distance, which is especially nice in those dashboard/multi-monitor scenarios. But then there’s the problem of having less horizontal space to spread things out (as you point out, the QAT width is dramatically narrower. Again, a trade off we had to think hard about. One work around for taking up too much space in general would be to collapse the ribbons when working like this. We considered doing this by automatically when you compare workbooks, but we felt that this would be too jarring of an experience.&lt;/p&gt;
&lt;p&gt;4. MDI mode with ALT + TAB: I think what you’re referring to is the setting that essentially collapses all your Excel windows into a single window icon in the ALT + TAB list. This isn’t the default setting, and isn’t very commonly used. While I feel your pain and I know there are others who work this way, I do believe the vast majority of people would be really confused if this became the default way things worked. One of our goals with SDI is to make Excel more approachable and understandable, by being more like Word and PowerPoint.&lt;/p&gt;
&lt;p&gt;5. Excel “Lite”: I appreciate your idea here. We’ve tried things like this in the past, and people end up being confused about why the functionality is limited / different. My general design approach is that if we absolutely nail the design, then it’ll be approachable for beginner users, yet not cumbersome for the advanced users. Sometimes our designs are constrained by technology that’s out of our hands, so we simply have to do our best, and hope to make the right decision within those constraints.&lt;/p&gt;
&lt;p&gt;Thanks again for taking the time to share your thoughts with us, it’s valuable.&lt;/p&gt;
&lt;p&gt;--Chad&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35975" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35926</link><pubDate>Thu, 21 Feb 2013 19:41:05 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35926</guid><dc:creator>chadroth</dc:creator><description>&lt;p&gt;Absolutely Mike. See some of my earlier comments (down below) on how to do that.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35926" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35921</link><pubDate>Thu, 21 Feb 2013 18:04:06 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35921</guid><dc:creator>Mike Wilson</dc:creator><description>&lt;p&gt;Will we have the ability to open multiple excel files within an instance? &amp;nbsp;For example, two instances open each with five files open in them? &amp;nbsp;I do this currently by relaunching Excel and it works very well for the work I am doing.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35921" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35902</link><pubDate>Wed, 20 Feb 2013 23:16:01 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35902</guid><dc:creator>DBabski</dc:creator><description>&lt;p&gt;Well honestly, for me, I can not see how you can *compare* spreadsheets in any detailed way in separate monitors. Sure, it&amp;#39;s great if you want to have two unrelated spreadsheets visible -- perhaps 2 separate projects you&amp;#39;re going back and forth between -- but for comparison the spreadsheets really have to be in the same monitor, where you can see the data simultaneously, with the sheets resized so that the relevant columns are very close. Separate monitors invite errors and a lot of eye strain. It&amp;#39;s not an improvement for comparison purposes. Ask any proofreader. You have to have the 2 items in the same visual field, with as little eye movement as possible, and certainly no head movement.&lt;/p&gt;
&lt;p&gt;Also, in the test version of Office 2013, I can&amp;#39;t seem to get side by side to actually work side by side. It only works horizontally (I&amp;#39;d call it top-to-bottom), and it has 2 full office ribbons, one of them right in the middle just where you might want the rows very close to each other. It leaves, oh, only about 15 lines visible in each spreadsheet -- which is bad enough, because scrolling while proofing is very inefficient -- but they are so far apart that comparison is really hard. And besides, I can&amp;#39;t find a vertical option, which is how I use side-by-side about 98% of the time. So synchronous scrolling becomes more or less unusable. &lt;/p&gt;
&lt;p&gt;This single document interface renders real side by side -- using the Arrange Windows function -- more difficult than at present. If you have 3 spreadsheets side by side, each ribbon is massively compressed, and each quick access toolbar (so very important now that the ribbon is so sprawling) is also abbreviated. I have so many important functions and macros linked on the QAT. &lt;/p&gt;
&lt;p&gt;Finally, I often have 12-15 programs open at once, often including 2 distinct instances of Excel (I need to keep text-to-column with space as a delimiter separate from instances with tab as a delimiter). I easily have 6-12 spreadsheets open at any given time, sometime more. &lt;/p&gt;
&lt;p&gt;Windows&amp;#39; Alt-tab currently works very well because I keep all documents in all programs in MDI mode (except for Outlook emails, where I don&amp;#39;t have a choice). Alt-tab will now become unusuable when it&amp;#39;s full of individual spreadsheets and Word docs too.&lt;/p&gt;
&lt;p&gt;So, Excel 2013 demolishes Alt-tab, it makes side-by-side only vaguely useful and only for really general comparisons, and it diminishes the great productivity enhancer, the QAT. &lt;/p&gt;
&lt;p&gt;Can you not develop an Excel Light for light-to-moderate users, and keep an expert version of Excel for the folks who have to use it hour after hour every day? Adobe does Photoshop and Photoshop Elements. With each iteration of Excel I actually find new productivity roadblocks in the interface, sometimes small, sometimes not. The Big Grid is great, and there are few other tweaks I find useful. But for the most part I feel like the interface designers don&amp;#39;t realize how much they are slowing down the expert users with these new directions.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35902" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35790</link><pubDate>Wed, 13 Feb 2013 18:28:59 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35790</guid><dc:creator>dhExcel</dc:creator><description>&lt;p&gt;I see that Devasheesh asked an off-topic question and it was not blocked, whereas mine was. So beit. There are MANY places I can discuss the issue I posted, if that is your wish.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35790" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35789</link><pubDate>Wed, 13 Feb 2013 17:23:01 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35789</guid><dc:creator>Carlos Otero</dc:creator><description>&lt;p&gt;Hi Devasheesh – &lt;/p&gt;
&lt;p&gt;Manual calculation shortcuts should work the same way in Excel 2013. &amp;nbsp;There are a few options:&lt;/p&gt;
&lt;p&gt;•	F9: Calculates all worksheets in all open workbooks.	&lt;/p&gt;
&lt;p&gt;•	Shift+F9: Calculates the active worksheet.&lt;/p&gt;
&lt;p&gt;•	Ctrl+Alt+F9: Calculates all worksheets in all open workbooks, regardless of whether they have changed since the last calculation.&lt;/p&gt;
&lt;p&gt;•	Ctrl+Alt+Shift+F9: Rechecks dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;Carlos Otero | Program Manager | Excel Team&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35789" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35788</link><pubDate>Wed, 13 Feb 2013 06:55:45 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35788</guid><dc:creator>Devasheesh Pant</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I am curently NOT using excel 2013. I prefer keeping my worbooks in manual calculation mode. Can anyone tell me that in Excel 2013, if i am calculating a workbook (which is in manual calculation mode) by pressing F9 (OR Ctrl + Alt + F9) - it will calculate the active workbook OR all the opened workbooks.&lt;/p&gt;
&lt;p&gt;FYI - In excel 2010, it calculates all the open workbooks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35788" width="1" height="1"&gt;</description></item><item><title>re: Open Excel workbooks in separate windows and view them side by side</title><link>http://blogs.office.com/b/microsoft-excel/archive/2013/02/07/open-multiple-excel-files-in-separate-windows-and-view-them-side-by-side.aspx#35786</link><pubDate>Wed, 13 Feb 2013 03:59:56 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:35786</guid><dc:creator>Obsidian</dc:creator><description>&lt;p&gt;CTRL-Tab breaks in Excel in 2013 if you click from say Excel to Acrobat (or any program that is not Excel). It does not work the same as 2010 (well it might if you don&amp;#39;t have the &amp;quot;Show all windows in taskbar&amp;quot; option unchecked like I do in 2010). The option does not exist in 2013 so if that&amp;#39;s the cause then it sucks. I frequently have 5-6 workbooks open at one time.&lt;/p&gt;
&lt;p&gt;Google search Excel 2013 invisible window bug and you will find the posts I made about it on the office preview forum with screenshots. I can&amp;#39;t do anymore than that, I uninstalled 2013. Was going to leave it but it was messing with 2010.&lt;/p&gt;
&lt;p&gt;2010 is perfect, going back to it from 2013 was amazing.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=35786" width="1" height="1"&gt;</description></item></channel></rss>