<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV>Howdy,</DIV>
<DIV> </DIV>
<DIV><SPAN class=619423520-25012005><FONT face=Arial size=2>Yesterday, I sent
out a message, but forgot a couple of key lines. Sorry for the oversite.
</FONT></SPAN></DIV>
<DIV><SPAN class=619423520-25012005><FONT face=Arial
size=2></FONT></SPAN> </DIV><FONT size=2>
<DIV><FONT face=Arial>from win32com.client import Dispatch</FONT></DIV>
<DIV><FONT face=Arial>#Open the sheet.</FONT></DIV>
<DIV><FONT face=Arial>xl_app= Dispatch("Excel.Application")</FONT></DIV>
<DIV><FONT face=Arial>xl_book=
xl_app.Workbooks.Open(<filename>)</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>#Close the sheet and exit the app.</FONT></DIV>
<DIV><FONT face=Arial>xl_book.Close()</FONT></DIV>
<DIV><FONT face=Arial>xl_app.Quit()</FONT></DIV>
<DIV><FONT face=Arial>del xl_app</FONT></DIV></FONT>
<DIV> </DIV>
<DIV>This leaves 'Excel' in the process list. How can I get rid of it?</DIV>
<DIV> </DIV>
<DIV>Thanks for your time,</DIV>
<DIV>Mike</DIV></BODY></HTML>