Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows 64 Bit > Multiple Instances of Excel on 64-bit Win7

Reply
Thread Tools Display Modes

Multiple Instances of Excel on 64-bit Win7

 
 
CTB
Guest
Posts: n/a

 
      11-17-2011
Cross Posted:
microsoft.public.windows.64bit.general
microsoft.public.excel



(NOTE: This is not a question about getting each Excel file to open in
a new instance. Please read carefully)



Hello all,

On my old system (WinXP Pro, Excel 2003, and Excel 2007):
- If no instances of XL are open and I open an XL file from Win
Explorer, XL would open (don't recall if it is same version every time
or if it would switch), and then the file would open.
- If an instance of XL is open and I open an XL file from Win
Explorer, the file would be opened in the existing instance of XL.
- If an instance of XL2003 and an instance of XL2007 is open and I
open an XL file from Win Explorer, the file would be opened in the
version of XL that is higher up in the Z-Order. I could control which
version of XL to open the file in by making sure I make that version
active before trying to open the file from Explorer. The same holds
true if I had 2 instances of XL2003 open (I assume it would be true
for 2 instances of XL2007, but I don't recall ever trying that).

I LIKE THE WAY THIS WORKS!!! I want all XL files to open in the same
instance by default, but I want the ability to open them in different
instances (without using XL's Open command or dragging and dropping)
should I choose.

My new system (64-bit Win7 and XL2010 (looks to be 32-bit XL)) does
not work the same way. If I have 2 instances of XL2010 open, any XL
file I open from Explorer always opens in the first instance of XL,
regardless of Z-Order.

Is there any system hacks/registry tweaks that can get the new system
behaving like the old XP system was?

Thanks for any help anyone can provide,

CTB
 
Reply With Quote
 
 
 
 
Lynn McGuire
Guest
Posts: n/a

 
      11-17-2011
On 11/16/2011 7:44 PM, CTB wrote:
> Cross Posted:
> microsoft.public.windows.64bit.general
> microsoft.public.excel
>
>
>
> (NOTE: This is not a question about getting each Excel file to open in
> a new instance. Please read carefully)
>
>
>
> Hello all,
>
> On my old system (WinXP Pro, Excel 2003, and Excel 2007):
> - If no instances of XL are open and I open an XL file from Win
> Explorer, XL would open (don't recall if it is same version every time
> or if it would switch), and then the file would open.
> - If an instance of XL is open and I open an XL file from Win
> Explorer, the file would be opened in the existing instance of XL.
> - If an instance of XL2003 and an instance of XL2007 is open and I
> open an XL file from Win Explorer, the file would be opened in the
> version of XL that is higher up in the Z-Order. I could control which
> version of XL to open the file in by making sure I make that version
> active before trying to open the file from Explorer. The same holds
> true if I had 2 instances of XL2003 open (I assume it would be true
> for 2 instances of XL2007, but I don't recall ever trying that).
>
> I LIKE THE WAY THIS WORKS!!! I want all XL files to open in the same
> instance by default, but I want the ability to open them in different
> instances (without using XL's Open command or dragging and dropping)
> should I choose.
>
> My new system (64-bit Win7 and XL2010 (looks to be 32-bit XL)) does
> not work the same way. If I have 2 instances of XL2010 open, any XL
> file I open from Explorer always opens in the first instance of XL,
> regardless of Z-Order.
>
> Is there any system hacks/registry tweaks that can get the new system
> behaving like the old XP system was?
>
> Thanks for any help anyone can provide,
>
> CTB


I use this script to make Excel 2003 the default on
Windows 7 x64:

rem Enter this first to disassociate an excel version...
"c:\program files (x86)\microsoft Office2003\Office11\Excel.exe" /unregserver
"c:\program files (x86)\microsoft Office\Office14\Excel.exe" /unregserver

rem Then enter this to specify the default version...
"c:\program files (x86)\microsoft Office2003\Office11\Excel.exe" /regserver

I use this script to make Excel 2010 the default on
Windows 7 x64:

rem Enter this first to disassociate an excel version...
"c:\program files (x86)\microsoft Office2003\Office11\Excel.exe" /unregserver
"c:\program files (x86)\microsoft Office\Office14\Excel.exe" /unregserver

rem Then enter this to specify the default version...
"c:\program files (x86)\microsoft Office\Office14\Excel.exe" /regserver

Note that I installed Excel 2003 in the non-default
directory.

Lynn
 
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
Win7 64bit - Excel 2007 - poor performance on new PC because of splwow64.exe arno sebastian Windows 64 Bit 0 04-30-2010 08:03 AM
IoSetDeviceInterfaceState: using multiple interface instances rf Windows Vista Drivers 2 01-28-2010 05:14 PM
Opening multiple Excel files from IE browser does not open in new instance of Excel - BUG? Troy Munford Internet Explorer 2 11-11-2009 04:13 PM
svchosts.exe multiple instances LeeG Windows Vista Performance 3 12-09-2006 06:10 PM
Multiple instances of WMP? joel Windows Vista General Discussion 11 04-28-2006 06:53 PM



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