+ Reply to Thread
Results 1 to 8 of 8

Opening excel file in new window

Hybrid View

  1. #1
    Ravi
    Guest

    Opening excel file in new window

    When an excel is already open in a window and I open a new excel file it
    opens in the same window. How do I make it open in a new window?

  2. #2
    Harald Staff
    Guest

    Re: Opening excel file in new window

    You can't. Excel has two windows only; Excel and the VB editor.

    You may be able to open another instance of Excel though, with some Windows
    trick or by code. But that is spending a lot of power just for an extra
    window.

    HTH. best wishes Harald

    "Ravi" <Ravi@discussions.microsoft.com> skrev i melding
    news:B53F2A94-CE10-41F7-A3B0-D472317D527C@microsoft.com...
    > When an excel is already open in a window and I open a new excel file it
    > opens in the same window. How do I make it open in a new window?




  3. #3
    paul
    Guest

    Re: Opening excel file in new window

    i dont understand am i missing something?...the current workbook is always on
    top,but other workbooks can be open in seperate windows,you can toggle
    between them from the taskbar,or alt tab between them,or se the excel windows
    menu and the window menu also has a choice of new window so you can have
    different parts of the same workbook open in seperate windows.In xp there is
    even a choice to compare two open workbooks side by side--

    Paul


    "Harald Staff" wrote:

    > You can't. Excel has two windows only; Excel and the VB editor.
    >
    > You may be able to open another instance of Excel though, with some Windows
    > trick or by code. But that is spending a lot of power just for an extra
    > window.
    >
    > HTH. best wishes Harald
    >
    > "Ravi" <Ravi@discussions.microsoft.com> skrev i melding
    > news:B53F2A94-CE10-41F7-A3B0-D472317D527C@microsoft.com...
    > > When an excel is already open in a window and I open a new excel file it
    > > opens in the same window. How do I make it open in a new window?

    >
    >
    >


  4. #4
    Ravi
    Guest

    Re: Opening excel file in new window

    In my earlier PC i used get the excel opened in new windows and i could do
    alt tab to switch between windows. but in my new laptop all excel file opens
    in the same window. I use XP. and when I click on new window, the excel file
    opens again in the same window. There should be a way, i am sure. hope i get
    an answer. Thanks for the response.

  5. #5
    Harald Staff
    Guest

    Re: Opening excel file in new window

    Alt-Tab, and taskbar representations, is done as Jim explains, Tools >
    Options, select Windows in taskbar. It is still one window though; minimize
    Excel and they all go down there.

    BTW it's Ctrl F6 to switch between windows inside Excel. You get used to
    that pretty fast.

    HTH. Best wishes Harald

    "Ravi" <Ravi@discussions.microsoft.com> skrev i melding
    news:4C431199-EBFB-4119-96EB-4CE975B2F4BE@microsoft.com...
    > In my earlier PC i used get the excel opened in new windows and i could do
    > alt tab to switch between windows. but in my new laptop all excel file

    opens
    > in the same window. I use XP. and when I click on new window, the excel

    file
    > opens again in the same window. There should be a way, i am sure. hope i

    get
    > an answer. Thanks for the response.




  6. #6
    Jim May
    Guest

    Re: Opening excel file in new window

    Under Tools, Options, View Tab look for "Show" - Windows in Task Bar and
    Check..
    Is this what you want?


    "Harald Staff" <stf@enron.invalid> wrote in message
    news:ePjjk$IUFHA.2444@TK2MSFTNGP10.phx.gbl...
    > You can't. Excel has two windows only; Excel and the VB editor.
    >
    > You may be able to open another instance of Excel though, with some

    Windows
    > trick or by code. But that is spending a lot of power just for an extra
    > window.
    >
    > HTH. best wishes Harald
    >
    > "Ravi" <Ravi@discussions.microsoft.com> skrev i melding
    > news:B53F2A94-CE10-41F7-A3B0-D472317D527C@microsoft.com...
    > > When an excel is already open in a window and I open a new excel file it
    > > opens in the same window. How do I make it open in a new window?

    >
    >




  7. #7
    Randy
    Guest

    RE: Opening excel file in new window


    Hello, I had the same problem, I posted here and elsewhere but no one could
    help, I finally found the solution by mistake. Here it is

    Open window explorer by right clicking the Start button and select Explore.
    Windows Explorer opens, now select "Tools" then on the dropdown menu select
    "Folder Options". In Folder Options , select the "File Types" tab.
    Now scroll down until you see the file type of "XLS" under the column labled
    "Extensions" Click on "XLS" to select it.
    Next click on the Advanced button and then under "Actions" Click on "Open"
    The Confirm open after download should be checked and the other two....
    1. Always show extension
    2. Browse same window

    Should not be checked.

    Next click "Edit"

    Under Application used to perform action delete what is there (All of it)
    and copy and paste the following into this space.

    "C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" "%1"

    Make sure the box "DDE Message" is clear and the Check Box labled "Use DDE"
    is checked.
    You are done, click OK, Ok and Close. Now when you click on XLS files each
    will open in it own window. (Hopefully)
    --
    Randy


    "Ravi" wrote:

    > When an excel is already open in a window and I open a new excel file it
    > opens in the same window. How do I make it open in a new window?


  8. #8
    MCD
    Guest

    RE: Opening excel file in new window

    Thanks Randy. Your suggestion did work for me. I am using excel 2003 with
    XP pro.

    "Randy" wrote:

    >
    > Hello, I had the same problem, I posted here and elsewhere but no one could
    > help, I finally found the solution by mistake. Here it is
    >
    > Open window explorer by right clicking the Start button and select Explore.
    > Windows Explorer opens, now select "Tools" then on the dropdown menu select
    > "Folder Options". In Folder Options , select the "File Types" tab.
    > Now scroll down until you see the file type of "XLS" under the column labled
    > "Extensions" Click on "XLS" to select it.
    > Next click on the Advanced button and then under "Actions" Click on "Open"
    > The Confirm open after download should be checked and the other two....
    > 1. Always show extension
    > 2. Browse same window
    >
    > Should not be checked.
    >
    > Next click "Edit"
    >
    > Under Application used to perform action delete what is there (All of it)
    > and copy and paste the following into this space.
    >
    > "C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" "%1"
    >
    > Make sure the box "DDE Message" is clear and the Check Box labled "Use DDE"
    > is checked.
    > You are done, click OK, Ok and Close. Now when you click on XLS files each
    > will open in it own window. (Hopefully)
    > --
    > Randy
    >
    >
    > "Ravi" wrote:
    >
    > > When an excel is already open in a window and I open a new excel file it
    > > opens in the same window. How do I make it open in a new window?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1