Another PythonWin Excel question

Mike Thompson none.by.e-mail
Thu Jan 6 17:03:02 EST 2005


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



More information about the Python-list mailing list