open excel files in new windows

We use office 2000 and 2003. I would like to know how to have excel open in a new window. Right now I open by clicking on an icon. If I open another excel file it opens in the same window. I want them to each open in their own window.
LVL 9
JamesTX10Asked:
Who is Participating?
I wear a lot of hats...

"The solutions and answers provided on Experts Exchange have been extremely helpful to me over the last few years. I wear a lot of hats - Developer, Database Administrator, Help Desk, etc., so I know a lot of things but not a lot about one thing. Experts Exchange gives me answers from people who do know a lot about one thing, in a easy to use platform." -Todd S.

LoNeRaVeR9Commented:
JamesTX10:

This should do what you want.

- Right-click on your Start Menu
- Select Search
- Search for Excel.exe
- Once you find it create a new shortcut to it on your desktop or where you keep your shortcuts
- Right-click on the shortcut and select properties
- You should see a Target location similar to the following

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"

Change this line to say

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" -n

- Click the OK button

Now whenever you use this shortcut it will open a new instance of Excel.

Kindest Regards,

Jaes
JamesTX10Author Commented:
will that work if I click on the *.xls file too?

if I have 5 different *.xls files I want to be able to click each one and have each one open in it's own window.
LoNeRaVeR9Commented:
JamesTX10:

To have this happen for every spreadsheet you open you can do the following.

- Right-click on your Start Menu
- Select Explore
- Select the menu Tools>Folder Options
- Select the File Types tab
- Scroll down to the XLS file type and select it
- Click the Advanced button
- Select Open from the list
- Select Edit
- In the Application used to perform action: you will see something like the following

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /e

- Change this to

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /n

- Click the two OK buttons
- Click the Close button

This will always open in a new Excel instance.

Kindest Regards,

Jaes

Introduction to Web Design

Develop a strong foundation and understanding of web design by learning HTML, CSS, and additional tools to help you develop your own website.

JamesTX10Author Commented:
when I make that change it adds %1 after the /n.

When I open a xls file then I get an error. I have on my desktop copy.xls. I dbl click, excel opens, C:\documents.xls could not be found, hit ok, and.xls could no be found. That goes on for each word until it gets to the end. Then my file opens. When I click on another xls file also on my desktop I get no error, it opens right away, but it is still in the same window.
fanpagesCommented:
Hi,

Replace the %1 addition with "%1"

[that is, %1 surround by double quote characters]

BFN,

fp.
JamesTX10Author Commented:
ok
no error now but if I open copy.xls excel opens one main window with two sub windows called "copy.xls" and "copy"

I only want the document opened once

I want to click on copy.xls and it opens a main window with the sub window copy.xls in it. Then click on paste.xls and it opens another main window and a sub window with paste.xls in it.
JamesTX10Author Commented:
I also noticed that at first you wanted it to be -n then /n for the .xls file type. Does that matter? I have it set at /n.

I will be leaving work in a min and will check back in the morning.

Thanks for your help so far.
LoNeRaVeR9Commented:
JamesTX10:

Well both - and / are switch characters.  I'll do some research and see what will make it work from the worksheet open level.

Thanks,

Jaes
fanpagesCommented:
Hi,

OK... let's start over...

Go into Windows Explorer, and click the "Tools" / "Folder Options..." menu item.

Click the "File Types" tab & select the entry for "XLS" from the list of 'Registered file types".

Click the [Advanced] button & then double-click the entry for "Open" in the "Action" list.

Make sure the "Use DDE" check-box has a tick in it, and that the following are set:

DDE Message:
[open("%1")]

Application:
Excel

DDE Application Not Running:
<blank - clear this field if there is something here>

Topic:
system


Also, verify that the "Application use to perform action:" is set to something similar to:
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /n

(where "C:\Program Files\Microsoft Office\OFFICE11\" is the folder where the EXCEL.EXE application is installed).

Ensure the /e parameter is outside of the quoted file path.


Click [OK], [OK] again, then [Close].

BFN,

fp.
JamesTX10Author Commented:
Here is what is in each box:

&Open
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /n "%1"
check in the box for DDE
[open("%1")]
Excel

system
fanpagesCommented:
Drop the "%1" so the command just reads:

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /n

If Windows insists on adding the %1 suffix, then revert back to:

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /n "%1"

And uncheck the check-box for DDE.

BFN,

fp.
LoNeRaVeR9Commented:
Nigel:

I did some studying on the Microsoft KB last night and I noticed that the /n switch isn't listed as a switch available for Microsoft Excel.  I just know that I've used /n with IE and Outlook and figured it would most likely work with Excel.  I thought about removing the DDE, and read about it, as well.  Is the DDE smart tag related information?

Jaes

Experts Exchange Solution brought to you by

Your issues matter to us.

Facing a tech roadblock? Get the help and guidance you need from experienced professionals who care. Ask your question anytime, anywhere, with no hassle.

Start your 7-day free trial
JamesTX10Author Commented:
Ok
I removed the /n so the line looks like:
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" "%1"

I unchecked the DDE and hit ok. I then opened it again and it auto reselected DDE but there was nothing in the message box or DDE application not running box.

I also have browse in same window unchecked.

IT WORKS!!!!

Thanks so much for your help
LoNeRaVeR9Commented:
JamesTX10:

Can you please reply with your current settings for clarification should we need to refer to this question for the answer at a later date?  Thanks for the grade.

Thanks!

Jaes
JamesTX10Author Commented:
Uncheck "browse in same window" in advanced window.

"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" "%1"
DDE checked with the message box and the DDE application not running box blank.
application box:  excel
Topic: System
LoNeRaVeR9Commented:
JamesTX10:

Thanks for your reply.

Jaes
It's more than this solution.Get answers and train to solve all your tech problems - anytime, anywhere.Try it for free Edge Out The Competitionfor your dream job with proven skills and certifications.Get started today Stand Outas the employee with proven skills.Start learning today for free Move Your Career Forwardwith certification training in the latest technologies.Start your trial today
Microsoft Excel

From novice to tech pro — start learning today.