T
Tobias Meier
Hi
I'm connecting to a running instance of excel using BindToMoniker:
System.Runtime.InteropServices.Marshal.BindToMoniker("Path_and_Name.xls")
The problem is, that there are more than one instances of Excel running on this machine.
When I'm testing it on WinXP it works fine - it always finds the right instance to connect to.
On W2K it does not connect to the instance with the desired workbook but it forces the one of the instances to reopen the this workbook again (Which is already open in another instance!)
Any ideas?
Is there another way to connect to a running Excel?
Thanks in advance, Tobi
I'm connecting to a running instance of excel using BindToMoniker:
System.Runtime.InteropServices.Marshal.BindToMoniker("Path_and_Name.xls")
The problem is, that there are more than one instances of Excel running on this machine.
When I'm testing it on WinXP it works fine - it always finds the right instance to connect to.
On W2K it does not connect to the instance with the desired workbook but it forces the one of the instances to reopen the this workbook again (Which is already open in another instance!)
Any ideas?
Is there another way to connect to a running Excel?
Thanks in advance, Tobi