nitin c
Posts: 79
Joined: 2007-05-18
|
Hi,
I am developing an addin for Excel 2003, i need to uniquely identify each instance of excel. How can my addin do this. Can I get process ID of the hostapplication in addin?
Thanks,
Nitin |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Nitin.
You can use the Process.GetCurrentProcess().Id property to identify the Excel instance form the add-in.
P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|