Another PythonWin Excel question

From: It's me (itsme_at_yahoo.com)
Date: 01/05/05


Date: Wed, 05 Jan 2005 22:39:27 GMT

I followed the example in
http://stompstompstomp.com/weblog/technical/2004-05-20 and learned that to
add a new work*** 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 work*** I was at. How can I get it to
add *after*?

Thanks,

--
Me