http://qs321.pair.com?node_id=392340


in reply to Re: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks

I have a problem with this:

my $indents = $Sheet->Range( "A1:B2" )->{'IndentLevel'};

If i use 'Value' in stead of IndentLevel everything works fine.

Any ansers?