Jun
11
2008
open Microsoft Excel 2003 in different windows
Posted by: Jason Brundage in Microsoft Office, tags: Excel 2003A lot of questions have been submitted on how to do this on Excel 2003. So I did some testing and found that the solution is very similar to the newer version of Excel 2007.
On your Windows XP pc, close all of your open applications.
- Open (double click) the "My Computer" shortcut on your desktop
- click on tools, and then click on folder options…
- on the third tab called File Types, scroll down to file type XLS and select it. ( click once on it with the left mouse button)
- The XLS file type should now be highlighted, click on the Advanced button.
- Again Single click on the Open action and then on the right click on Edit
- In the second box that says "Application used to perform action:", go to the end of the string and add a space then add "%1" . You will need to add the quotes in order to pass a path that has spaces in it. (for those that don’t know what this means, just know you need double quotes like this "%1"
Your string should look like something like this:
"C:\Program files\Microsoft Office\OFFICE11\EXCEL.EXE" /e "%1" - uncheck the "use DDE" and click on OK
- Click on OK and and finally on the folder options window click on close.
Now, if you double click on a Excel 2003 spreadsheet and then double click on another Excel 2003 spreadsheet, they should both open in their own window.

Entries (RSS)