Re: [python-win32] Forcing win32com.client.dispatch to start up a freshExcel

2005-06-21 Thread Tom_RobbinsMilne
Tim, That worked perfectly. Much obliged. Thanks very much, Tom "Tim Golden" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/21/2005 11:52 AM To cc Subject Re: [python-win32] Forcing win32com.client.dispatch to start up a        freshExcel

Re: [python-win32] Forcing win32com.client.dispatch to start up a freshExcel

2005-06-21 Thread Tim Golden
[EMAIL PROTECTED] | I'm trying to use Python's win32com interface to drive an excel spreadsheet. | I've managed to have it open the sheet, call a VBA function with arguments, and close it down cleanly. | However, if Excel is already running, it closes the open instance. Which is not good.