Excel 2007 Charts with PyWin32

Ally a_hebso_10 at hotmail.co.uk
Tue Oct 14 16:18:02 EDT 2008


Solved. See http://bytes.com/forum/thread482449.html

application = Dispatch("Excel.Application")

should be

application =
win32com.client.gencache.EnsureDispatch('Excel.Application')



More information about the Python-list mailing list