It's me wrote:
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



Does this help?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtomoveworksheetswithinworkbooks.asp

--
Mike
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to