Excel Question

Robin Becker robin at jessikat.demon.co.uk
Mon Feb 7 09:13:36 EST 2000


In article <$yOJ$DAiQrn4EwUD at jessikat.demon.co.uk>, Robin Becker
<robin at jessikat.demon.co.uk> writes
...
>>>
>> there ought to be some way to distinguish the excel. so the button can
>>pass a handle to the client. Then the client can open up the correct
>>instance.
>Why not create an intermediate com object to do the spawn for you. The
>intermediate can be given the workbook to operate on and can pass this
>as a parameter (integer value) to the spawned python.
>
>The spawned python then enumerates all running excels and connects to
>each one in turn until it can complete the handshake.

Now I find out that win32api doesn't seem to have the enumerate
processes/windows  etc api's.
-- 
Robin Becker



More information about the Python-list mailing list