Jim Steil wrote:
> I’ve been working this week building some Excel spreadsheets using
> Python and win32com. ...
>
> Possibly my biggest problem is that I can’t get my machine to give me
> the Excel constants. Here is the code I’m doing to try to test the
> constants and the error I’m getting back
On 6/10/2006 7:16 AM, Jim Steil wrote:
> I’ve been working this week building some Excel spreadsheets using
> Python and win32com. I am not having any trouble getting my sheets
> built with the proper data in the proper cells, but I’m having a heck of
> a time trying to find out how I can forma
I’ve been working this week building some Excel
spreadsheets using Python and win32com.
I am not having any trouble getting my sheets built with the proper data
in the proper cells, but I’m having a heck of a time trying to find out
how I can format my cells to make it look nicer. I want
Hi Mark,> > 2) VBA was giving
me an error like "Expecting 3 return values, got: 2"> > whenever a
function contained an [in, out] parameter. It looks like the> >
extra parameter it is looking for is the HRESULT signifying the success
of>> There should be no need to return a HRESULT - but not