[python-win32] Grabbing an active Excel application

Blair Hall b.hall@irl.cri.nz
Wed, 14 Aug 2002 11:34:49 +1200


I have a Python routine that will start Excel, write stuff to it, close it, 
etc.

Now someone wants to use it, but they wish to open Excel themselves!!!

How would I use Python to 'connect' to an already open Excel application?
Are there any issues / gotchas with actually doing this?