Getting existing instance of Excel

Joel Gould joelg at alum.mit.edu
Tue Nov 16 20:20:26 EST 1999


Using win32com, you can get a new instance of excel with a command
line:

app=win32com.client.Dispatch('Excel.Application')

But if Excel is already running, is there a way to get a pointer to
the running instance of Excel?

Joel Gould





More information about the Python-list mailing list