Hi,
Please see this KB on related information:
#How to use Visual C# to automate a running instance of an Office program
http://support.microsoft.com/kb/316126
<quote>
Whether a COM server is Single Use (Multiple Instances) or Multiuse (Single
Instance) might affect your decision to use GetActiveObject to get
reference to that server. Because potentially more than one instance of
Word, Excel, or Microsoft Access can be running, GetActiveObject on a
particular server may return an instance that you did not expect. The
instance that is first registered in the ROT is typically the instance that
is returned by GetActiveObject. If you want to get an Automation Reference
to a specific running instance of Word, Excel, or Microsoft Access, use
BindToMoniker with the name of the file that is opened in that instance.
</quote>
In summary, using GetActiveObject can only get you one instance; you will
need to know a file name before hand to use BindToMoniker to get a specific
instance.
Could you please tell me why you need to know all running instances of
excel? Thanks.
Sincerely,
Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.