Re: [python-win32] Excel COM problem

2007-02-12 Thread Graham Bloice
Andrea Gavana wrote: > Hi Roger, > > On 2/10/07, Roger Upole wrote: >> "Andrea Gavana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>> Hi All, >>> >>>I have a very simple python script that tries to put a rectangular >>> shape in a worksheet and then add some text inside that s

Re: [python-win32] Excel COM problem

2007-02-12 Thread Andrea Gavana
Hi Roger, On 2/10/07, Roger Upole wrote: > "Andrea Gavana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi All, > > > >I have a very simple python script that tries to put a rectangular > > shape in a worksheet and then add some text inside that shape. The > > main problem,

[python-win32] Excel COM problem

2007-02-09 Thread Roger Upole
"Andrea Gavana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All, > >I have a very simple python script that tries to put a rectangular > shape in a worksheet and then add some text inside that shape. The > main problem, is that as usual Excel doesn't like input strings lon

[python-win32] Excel COM problem

2007-02-08 Thread Andrea Gavana
Hi All, I have a very simple python script that tries to put a rectangular shape in a worksheet and then add some text inside that shape. The main problem, is that as usual Excel doesn't like input strings longer than 200 and something characters. So, By just recording a macro in Excel, I trie