RE: [pywin32] - Excel COM problem

2007-02-14 Thread Stefan Schukat
AIL PROTECTED] On > Behalf Of Andrea Gavana > Sent: Friday, February 09, 2007 9:59 PM > To: python-list@python.org > Subject: [pywin32] - Excel COM problem > > Hi All, > >I have a very simple python script that tries to put a > rectangular shape in a worksheet an

[pywin32] - Excel COM problem

2007-02-09 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 tried