Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Opening multiple Excel files from IE browser does not open in new instance of Excel - BUG?

Reply
Thread Tools Display Modes

Opening multiple Excel files from IE browser does not open in new instance of Excel - BUG?

 
 
Troy Munford
Guest
Posts: n/a

 
      11-03-2009
All,

Opening multiple Excel files from IE browser does not open in new instance
of Excel. Registry settings are set to ensure that each .XLS file is opened
in a new instance of Excel.

This is a painful problem since we have simoultaneous applications that may
need to run ont he user machine and we always want them to open in a new
window regardless if they were opened from IE or double clicked or not!
These .XLS applications are opened via IE.
1. IE7

2. Office 2007

3. Followed instructions here to ensure every .XLS file opens in a new
window:
http://myitkb.net/83/open-excel-2007...t-windows.html

4. Open 2 different ..XLS files from IE, and they *ALWAYS* open in the same
instance of Excel, OR they open in the first instance of Excel that was
opened prior to opening .XLS files from IE.

How to repro:
1. Follow steps in link above (including comments below article if
necessary).
2. Double click any 2 .xls files on your computer/lan/network, but not from
IE.
RESULTS: Files open in seperate instances of Excel! Wonderful!
3. Leave those files open noting which one was opened first and which one
was opened second.
4. Open ANY .xls file from IE browser (Google search for filetype:xls will
bring up a few random ones)
RESULTS: File opens in the FIRST instance of Excel that you opened. File
does NOT open in new instance of Excel.
5. Close all files
6. Repeat step 4 twice (so 2 different .xls files are opened)
RESULTS: Files open in the same instance of Excel. Second file does NOT
open in new instance of Excel.

We *need* each file opened from IE to respect the Windows settings for
opening in a new instance of Excel per workbook. We do not want them to
open in the same window as the browser either (e.g. Excel opens inside of IE
window), so that solution is not available to us either.

This looks to me like a bug that Internet Explorer is not respecting the
Windows setting for opening each file in a new window. Any way I can get
the IE shell to respect the settings for Excel (or any other program I want
to open in seperate windows)???

Please help! TIA

Troy


 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      11-05-2009
(cross-post added to Excel Setup)
"Troy Munford" <> wrote in message news:...
> All,
>
> Opening multiple Excel files from IE browser does not open in new instance
> of Excel. Registry settings are set to ensure that each .XLS file is opened
> in a new instance of Excel.
>
> This is a painful problem since we have simoultaneous applications that may
> need to run ont he user machine and we always want them to open in a new
> window regardless if they were opened from IE or double clicked or not!
> These .XLS applications are opened via IE.
> 1. IE7
>
> 2. Office 2007
>
> 3. Followed instructions here to ensure every .XLS file opens in a new
> window:
> http://myitkb.net/83/open-excel-2007...t-windows.html



That will just be opening files by Windows Explorer, e.g. using
whatever combination assoc .xls and ftype show.

Or, fully parameterized, in a cmd window enter this command:

for /F "TOKENS=2 DELIMs==" %t in ('assoc .xls') do ftype %t



> 4. Open 2 different ..XLS files from IE, and they *ALWAYS* open in the same
> instance of Excel, OR they open in the first instance of Excel that was
> opened prior to opening .XLS files from IE.



That's not likely to be the same; e.g. it's more likely to be done via DDE.
AFAIK you can't see DDE via the cmd line. And how you do see it
could depend on your OS which you have not disclosed.


>
> How to repro:
> 1. Follow steps in link above (including comments below article if
> necessary).
> 2. Double click any 2 .xls files on your computer/lan/network, but not from
> IE.
> RESULTS: Files open in seperate instances of Excel! Wonderful!



Right. That's equivalent to entering whatever command ftype showed you
(e.g. in the Run... dialog) and substituting its parameter with the file name
you have selected.


> 3. Leave those files open noting which one was opened first and which one
> was opened second.
> 4. Open ANY .xls file from IE browser (Google search for filetype:xls will
> bring up a few random ones)
> RESULTS: File opens in the FIRST instance of Excel that you opened. File
> does NOT open in new instance of Excel.



I think that would depend on your install of Excel, not IE.
E.g. in XPsp3 where I only have the Excel reader installed
I can Run... (e.g. press Win-R and enter

control.exe folders

Then File Types, Extension .xls, Advanced, Edit Open Action shows

F:\PROGRA~1\MICROS~2\Office12\Moc.exe "%1"

Use DDE is checked

and DDE Application is Moc (whatever that is)

I just remembered I recently installed Outlook 2003 (and maybe
Office on demand too), so I suspect that I will see something different
from your symptom... <eg>

Yes. I just get the Office Converter tool in both cases. How useful! ; ]

BTW thanks for the tip about searching with filetype:xls


> 5. Close all files
> 6. Repeat step 4 twice (so 2 different .xls files are opened)
> RESULTS: Files open in the same instance of Excel. Second file does NOT
> open in new instance of Excel.



So, if you have XP is your Use DDE checked?
If so, won't it be up to Excel to decide whether a new
instance of itself needs to be launched?


>
> We *need* each file opened from IE to respect the Windows settings for
> opening in a new instance of Excel per workbook. We do not want them to
> open in the same window as the browser either (e.g. Excel opens inside of IE
> window), so that solution is not available to us either.
>
> This looks to me like a bug that Internet Explorer is not respecting the
> Windows setting for opening each file in a new window. Any way I can get
> the IE shell to respect the settings for Excel (or any other program I want
> to open in seperate windows)???
>
> Please help! TIA
>
> Troy



I think you're more likely to get help with this from an Excel NG.
Cross-posting to one for convenience.


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
Troy Munford
Guest
Posts: n/a

 
      11-11-2009
Robert - Thanks. You are the only one who replied after I posted on the regular Excel forum (as well as your post in the Setup
group)!

I can clarify a few questions you had:

Results from cmd window:
C:\Documents and Settings\tamunfor>ftype Excel.Sheet.8
Excel.Sheet.8="C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"

RE #4. If IE is always likely to use DDE, how do I force DDE to open new instances of a program? I'm using Windows XP SP2. Use
DDE is not checked (as per those instructions in the link sent in last message). I have since checked the box, and changed the DDE
command to [open("%1")] (default setting for Excel 2007), but it doesn't fix the problem either.

How do I know how DDE is doing it (e.g. from "control.exe folders" command)? Is there a setting I need to use instead in the DDE
area?

Our office has the full install of Office 2007 - not just the reader.

I still have the issue. Maybe there is a list of DDE commands that will be used by IE? I tried [new("%1")] already and still
nothing.

The problem is driving me, and my client crazy!

Troy


"Robert Aldwinckle" <> wrote in message news:...
> (cross-post added to Excel Setup)
> "Troy Munford" <> wrote in message news:...
>> All,
>>
>> Opening multiple Excel files from IE browser does not open in new instance
>> of Excel. Registry settings are set to ensure that each .XLS file is opened
>> in a new instance of Excel.
>>
>> This is a painful problem since we have simoultaneous applications that may
>> need to run ont he user machine and we always want them to open in a new
>> window regardless if they were opened from IE or double clicked or not!
>> These .XLS applications are opened via IE.
>> 1. IE7
>>
>> 2. Office 2007
>>
>> 3. Followed instructions here to ensure every .XLS file opens in a new
>> window:
>> http://myitkb.net/83/open-excel-2007...t-windows.html

>
>
> That will just be opening files by Windows Explorer, e.g. using
> whatever combination assoc .xls and ftype show.
>
> Or, fully parameterized, in a cmd window enter this command:
>
> for /F "TOKENS=2 DELIMs==" %t in ('assoc .xls') do ftype %t
>
>
>
>> 4. Open 2 different ..XLS files from IE, and they *ALWAYS* open in the same
>> instance of Excel, OR they open in the first instance of Excel that was
>> opened prior to opening .XLS files from IE.

>
>
> That's not likely to be the same; e.g. it's more likely to be done via DDE.
> AFAIK you can't see DDE via the cmd line. And how you do see it
> could depend on your OS which you have not disclosed.
>
>
>>
>> How to repro:
>> 1. Follow steps in link above (including comments below article if
>> necessary).
>> 2. Double click any 2 .xls files on your computer/lan/network, but not from
>> IE.
>> RESULTS: Files open in seperate instances of Excel! Wonderful!

>
>
> Right. That's equivalent to entering whatever command ftype showed you
> (e.g. in the Run... dialog) and substituting its parameter with the file name
> you have selected.
>
>
>> 3. Leave those files open noting which one was opened first and which one
>> was opened second.
>> 4. Open ANY .xls file from IE browser (Google search for filetype:xls will
>> bring up a few random ones)
>> RESULTS: File opens in the FIRST instance of Excel that you opened. File
>> does NOT open in new instance of Excel.

>
>
> I think that would depend on your install of Excel, not IE.
> E.g. in XPsp3 where I only have the Excel reader installed
> I can Run... (e.g. press Win-R and enter
>
> control.exe folders
>
> Then File Types, Extension .xls, Advanced, Edit Open Action shows
>
> F:\PROGRA~1\MICROS~2\Office12\Moc.exe "%1"
>
> Use DDE is checked
>
> and DDE Application is Moc (whatever that is)
>
> I just remembered I recently installed Outlook 2003 (and maybe
> Office on demand too), so I suspect that I will see something different
> from your symptom... <eg>
>
> Yes. I just get the Office Converter tool in both cases. How useful! ; ]
>
> BTW thanks for the tip about searching with filetype:xls
>
>
>> 5. Close all files
>> 6. Repeat step 4 twice (so 2 different .xls files are opened)
>> RESULTS: Files open in the same instance of Excel. Second file does NOT
>> open in new instance of Excel.

>
>
> So, if you have XP is your Use DDE checked?
> If so, won't it be up to Excel to decide whether a new
> instance of itself needs to be launched?
>
>
>>
>> We *need* each file opened from IE to respect the Windows settings for
>> opening in a new instance of Excel per workbook. We do not want them to
>> open in the same window as the browser either (e.g. Excel opens inside of IE
>> window), so that solution is not available to us either.
>>
>> This looks to me like a bug that Internet Explorer is not respecting the
>> Windows setting for opening each file in a new window. Any way I can get
>> the IE shell to respect the settings for Excel (or any other program I want
>> to open in seperate windows)???
>>
>> Please help! TIA
>>
>> Troy

>
>
> I think you're more likely to get help with this from an Excel NG.
> Cross-posting to one for convenience.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Browser Mouse Driver Error bulb005 Windows Vista Hardware 25 04-17-2009 04:54 PM
Unable to open files of different type at the same time jj14 Windows Vista File Management 4 06-17-2008 11:16 PM
Open multiple .txt files tslairby Windows Vista File Management 12 07-29-2007 08:15 PM
Error reports what do they mean Joe83 Windows Vista Hardware 1 06-07-2007 04:35 AM
Opening Multiple Files M Windows Vista File Management 1 05-14-2007 04:25 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59