I want to open 2 excel files in separate windows to view them side by side... but each time I try, it opens them in the same window

Anonymous
2009-11-14T01:05:58+00:00

I want to open 2 excel files in separate windows to view them side by side... but each time I try, it opens them in the same window.  is there a way around this?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2011-03-15T22:03:50+00:00

I use Windows 7 and this is what works for me (just figured it out):

1.  Open your first Excel file and place it on the screen you want

2.  Open a new Excel file from the Excel icon

3.  The new file will open on top of the one you have already opened.  Drag it to the other screen

4.  Drag the icon for the second Excel file INTO the new (blank) Excel document

Voila!  Two separate screens.

Was this answer helpful?

800+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2010-04-30T19:36:49+00:00

ok, just because i don't have the petiance to wait for you to answer to my first question about which excel version you'r using i'll just give my solution for all the people who have w7 and office 2007:

the solution involves making little changes in the registry so i recommend making back up for just in case:

strart - run - regedit:

Left column

HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend:

Right column {adding (space)"%1"}

Double Click on (Default) and write - "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"

Right Click on Command – choose "rename" and add something to the name 

  • for example 2 (commend2).

Left column

HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec:

Right Click on the folder ddeexec and choose "rename" and add something to the name 

  • for example 2 (ddeexec2)

Left column

HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend:

Right column {adding (space)"%1"}

Double Click on (Default) and write -****"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"

Right Click on Command – choose "rename" and add something to the name 

  • for example 2 (commend2).

no restart needed

Have Fun

hope i helped

Was this answer helpful?

400+ people found this answer helpful.
0 comments No comments

285 additional answers

Sort by: Oldest
  1. Anonymous
    2011-01-13T18:09:22+00:00

    Wow, Israeli-gogo, this is great!  Thank you (from me and my coworkers)!  This problem has been so frustrating, and you have completely resolved it with just a few quick, simple steps!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-01-22T16:45:14+00:00

    Another solution without changing default registry options

    open regedit and browse to the key [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open], right click on the "Open" folder and select export.  Save this on the desktop as a .reg file.  On the new .reg file on the desktop right click the file and select edit.  you will have something that looks like this...

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open]

    @="&Open"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]

    @=""C:\Program Files\Microsoft Office\Office14\EXCEL.EXE" /dde "

    "command"=hex(7):78,00,62,00,27,00,42,00,56,00,66,00,21,00,21,00,21,00,21,\

      00,34,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,\

      43,00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,75,00,32,00,42,00,65,\

      00,54,00,2c,00,38,00,58,00,5b,00,3d,00,5d,00,39,00,3d,00,3d,00,2c,00,2a,00,\

      29,00,4e,00,6e,00,5d,00,20,00,2f,00,64,00,64,00,65,00,00,00,00,00

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]

    @="[open("%1")]"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\application]

    @="Excel"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec\topic]

    @="system"

    now just add the word NEW , where you see the bold NEW below and change the  /dde (underlined & bold above) to /e "%1" (underlined & bold below)

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open New ]

    @="&Open New "

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open New \command]

    @=""C:\Program Files\Microsoft Office\Office14\EXCEL.EXE" /e "%1""

    "commandNew "=hex(7):78,00,62,00,27,00,42,00,56,00,66,00,21,00,21,00,21,00,21,\

      00,34,00,21,00,21,00,21,00,21,00,4d,00,4b,00,4b,00,53,00,6b,00,45,00,58,00,\

      43,00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,75,00,32,00,42,00,65,\

      00,54,00,2c,00,38,00,58,00,5b,00,3d,00,5d,00,39,00,3d,00,3d,00,2c,00,2a,00,\

      29,00,4e,00,6e,00,5d,00,20,00,2f,00,64,00,64,00,65,00,00,00,00,00

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open New \ddeexecNew ]

    @="[open("%1")]"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open New \ddeexecNew \application]

    @="Excel"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open New \ddeexecNew \topic]

    @="system"

    now save the file, double click the file on the desktop and select "YES" to the warning message and then "OK" to the next message.  now in the context menu of an Excel file you will see "Open" (set as the default) and below it "Open New".  If you right click an Excel file and select "Open New" it will open in an Excel file in a new instance of Excel.  The above will work for a .XLS file.  To add this to .XLXS, .XLTM, .XLST just do the above for each file type in the registry.  Now you will have the option to open a new instance of excel for the file or just open it.  I'am sure there are more file types for excel, these are just the ones i can think of right now.

    .XLSX - [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open]

    .XLTM - [HKEY_CLASSES_ROOT\Excel.TemplateMacroEnabled\shell\Open]

    .XLSM - [HKEY_CLASSES_ROOT\Excel.SheetMacroEnabled.12\shell\Open]

    Was this answer helpful?

    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more