[python-win32] Excel and Graphin - Solved

eric.powell@srs.gov eric.powell at srs.gov
Thu May 5 17:58:47 CEST 2005


Greg and Bob-

That fixed it. Thanks!


Everyone else:

The problem was missing parentheses (sp?)

Line:

se = chart.SeriesCollection.NewSeries

Should be:

se = chart.SeriesCollection().NewSeries()

Thanks for the help!

Eric

Eric B. Powell
E&GIS
BSRI
(803)952-7783

When a true genius appears in this world you may know him by this sign, 
that the dunces are all in confederacy against him. (Swift)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050505/0b53c22f/attachment.html


More information about the Python-win32 mailing list