Excel 2007 with Multiple Monitors

I’ve been added as a writer to this blog for a few weeks now, but I haven’t had a great idea for a first post.  I was at work today when I realized I should probably share a trick that I discovered to avoid one of my largest Microsoft pet peeves.

If you open multiple Excel files, by default the files will exist in one Excel instance.  You can’t view the files on different screens.  I’m sure this saves on resources by using shared code, but I’d prefer to spend the resources for usability.  By editing the Excel file extension actions, you can change this poor behavior.

These steps assume you’re using Windows XP and Excel 2007.

  1. Open My Computer
  2. Choose the Tools menu, then Folder Options
  3. Select the File Types tab
  4. Scroll down to XLSX and highlight it
  5. Click the Advanced button
  6. Uncheck Browse in same window
  7. Highlight the Open action and click the Edit button
  8. Make sure the Action box says &Open
  9. In the Application used to perform action box, change it to contain the following: “C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE” “%1″
  10. Check the Use DDE box
  11. Remove anything in the DDE Message and DDE Application Not Running boxes.
  12. Make sure the Application box says EXCEL
  13. Make sure the Topic box says System
  14. Click OK on all of the windows to save settings and back out

You should now be able to open two different Excel files by double-clicking on the files themselves and they won’t be emprisoned in the same Excel instance.  They may start on top of each other, but you should now be able to move the windows around to different monitors individually like you would with other applications.

Keep in mind, we only did this for .xls files.  If you want this to work with other Excel file extensions, you’ll need to go through the same process substituting that file extension for XLSX.  If you want this to work with Office 97-2003 files, you need to repeat the process for XLS.

  • Stian

    Thanks. This used to save me when using XP. However now I am forced to use Vista at work. Is there a way to overcome this problem for the Vista system?

  • decoy

    I think this article should help fix the problem on Vista. Keep in mind I haven’t tested this personally yet.