in reply to Win32::OLE, Excel, textboxes

Remove the quotes around the msoTextOrientationHorizontal

Jenda

P.S.: It seems to get defined by the

use Win32::OLE::Const 'Microsoft Office 10.0 Object Library';

Replies are listed 'Best First'.
Re: Re: Win32::OLE, Excel, textboxes
by finni (Beadle) on Mar 18, 2003 at 18:56 UTC
    Diggity-damn. That did it. I think I was getting errors before I had done
    use Win32::OLE::Const 'Microsoft Office 10.0 Object Library';
    , and had added the quotes, and then added that 'use' statement without also removing the quotes.

    The next thing for me to do is find out how to position that text box at a cell.