Help for this page

Select Code to Download


  1. or download this
    foreach $longname (@longnames) {
        $findit = $sheet->Range("A$first_data_row:$last_col$last_row")->Fi
    +nd({What=>$longname});
    ...
            }
        }
    }
    
  2. or download this
    $newhash = $sheet->Cells->FindNext({After=>ActiveCell});
    $newhash = $sheet->Cells->FindNext();
    $newhash = $excel->Cells->FindNext({After=>ActiveCell});
    $newhash = $sheet->Cells->FindNext({After=>"$thisone"});