Re: Another PythonWin Excel question

From: Kartic (kartic.krishnamurthy_at_gmail.com)
Date: 01/06/05


Date: 5 Jan 2005 15:39:42 -0800

I am not sure about this but I believe you can give a parameter
after="sheet1". to Add(), like so, Add(after="sheet1").

Unfortunately I do not have Excel installed on this machine to confirm
this.

A tip: if you have VBA (which you should if you have Excel) installed,
lookup the Add method for the Worksheets collection. VBA will show the
code completion, with all the arguments for the method call. Try the
same for any of the methods.

Thanks,
--Kartic