I have a makro in Word and want to get the handle to my Word. My makro starts an external process which is waiting (with WaitForSingleObject) until word is closed and then does some things. So therefor I need the handle to my word.
Does anyone know how I can get this.

mfG Pueromane