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


in reply to Re: Error getting number of rows in excel.
in thread Error getting number of rows in excel.

Thanks.

As a matter of fact, I even deal with this very question under the section Finding the Last Column and Row, but I'll reprint it here:
my $LastRow = $Sheet->UsedRange->Find({What=>"*", SearchDirection=>xlPrevious, SearchOrder=>xlByRows})->{Row};

C-.

---
Flex the Geek