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)
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32