Howdy,
 
With the following snippet of code.
 
from win32com.client import Dispatch
xl_app= Dispatch("Excel.Application")
xl_app.Quit()
del xl_app
 
 
This leaves 'Excel' in the process list. How can I get rid of it?
 
Thanks for your time,
Mike
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to