Re: [python-win32] Excel win32com newbie question

2006-10-05 Thread Tim Roberts
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

Re: [python-win32] Excel win32com newbie question

2006-10-05 Thread John Machin
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

[python-win32] Excel win32com newbie question

2006-10-05 Thread Jim Steil
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

Re: [python-win32] Input-only vs. In/Out Function Parameters

2006-10-05 Thread Smith, Brian (CR)
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