in reply to Re: Re: Using Win32:OLE on Excel
in thread Using Win32:OLE on Excel

That depends. *grin*

If you know the Columns involved, then:

my $Range = $Sheet->Range($col.$startrow.":".$col.$endrow);

or if you just want an entire column:
my $Range = $Sheet->Columns($colletter);
or if you just want an entire row:
my $Range = $Sheet->Rows($rownumber);

There are, of course, a million ways to do it.

C-.

---
Flex the Geek