Another PythonWin Excel question

It's me itsme at yahoo.com
Wed Jan 5 17:39:27 EST 2005


I followed the example in
http://stompstompstomp.com/weblog/technical/2004-05-20 and learned that to
add a new worksheet to an Excel workbook, you would use the
workbook.Worksheets.Add() method.   That works.   However, the new worksheet
got added *in front* of the last worksheet I was at.   How can I get it to
add *after*?

Thanks,

--
Me





More information about the Python-list mailing list