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

2005-06-21 Thread Gabriel Genellina
At Tuesday 21/6/2005 17:27, [EMAIL PROTECTED] wrote: >Soon I'll be doing the more involved thing, with a farm of one. I'll >certainly let y'all know if it doesn't work! Might be interesting to know if it *does* work too! Gabriel Genellina Softlab SRL _

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

2005-06-21 Thread Tom_RobbinsMilne
ertainly let y'all know if it doesn't work! Thanks, Tom John Machin <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/21/2005 04:15 PM To cc python-win32@python.org Subject Re: [python-win32] Forcing win32com.client.dispatch to start up a fresh        Excel

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

2005-06-21 Thread John Machin
[EMAIL PROTECTED] wrote: > > Hi, > > 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.

[python-win32] Forcing win32com.client.dispatch to start up a fresh Excel

2005-06-21 Thread Tom_RobbinsMilne
Hi, 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. Is there a way I can do