Puneet Singh wrote: > > Hi, > > I am calling quit() from a thread but its not working >
You need to call Quit from the thread that created the Excel object. Are you doing that? -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
