in reply to Re: Re: Using Win32:OLE on Excel
in thread Using Win32:OLE on Excel
If you know the Columns involved, then:
my $Range = $Sheet->Range($col.$startrow.":".$col.$endrow);
or if you just want an entire row:my $Range = $Sheet->Columns($colletter);
my $Range = $Sheet->Rows($rownumber);
There are, of course, a million ways to do it.
C-.
---
Flex the Geek
|
|---|