moost has asked for the wisdom of the Perl Monks concerning the following question:
$devcolumn=getcolumn($sheets, 1,"/dev/disk*"); sub getcolumn { my ($sheet, $searchdir, $searchstr) = @_; $sheet = $Excel->Worksheets($sheet); my $LastCol = $sheet->UsedRange->Find({ What=>$searchstr, LookAt=>2, LookIn=>-4123, MatchCase=>"False", SearchDirection=>$searchdir, SearchOrder=>xlByColumns}) -{Column}; return ${LastCol};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ole problem
by tachyon (Chancellor) on Aug 09, 2004 at 14:34 UTC | |
|
Re: ole problem
by jdporter (Paladin) on Aug 09, 2004 at 14:35 UTC |