View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pmox pmox is offline
external usenet poster
 
Posts: 1
Default How to get the window handle of and excel instance using it's process ID

Let's say I have two separate instances of excel running and I have
retrieved each of their processID's programmatically from within a module of
an add-in I wrote, how can I obtain a handle to either of them using their
processID?