Subject: win32ole question - how to get handle on currently running app?
From: "itsme213" <itsme213 hotmail.com>
Date: Sun, 12 Mar 2006 04:43:43 +0900
I need to process a bunch of word files using win32ole.
word = WIN32OLE.new('word.application')
starts a new word application instance each time it executes. Is there a way
to get a hold of the currently running word app, if any?
Thanks.