[python-win32] Fresh excel session
by Julien other posts by this author
Feb 21 2006 10:37AM messages near this date
Re: [python-win32] COM ports connecting
|
Re: [python-win32] Fresh excel session
Hi,
I wrote a small app that is able to open a excel ssheet with the win32com
module. My problem is that it opens the new excel in the current excel session
( if available ). Is there a way of opening a fresh new excel session with the
following script and not interferate with my current working session.
import win32com.client
xlApp = win32com.client.Dispatch('Excel.Application')
xlApp.Visible = 1
xlApp.Workbooks.Add()
xlApp.Close()
Thx
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
Thread:
Julien
Mark Hammond
|