Help for this page

Select Code to Download


  1. or download this
    my $row = 1;
    my $date = $Sheet->Cells( $row, $LastCol )->{ Value };
    
  2. or download this
    my $date = $excel->ActiveCell->SpecialCells( xlLastCell )->{Value};
    # assuming you've imported Excel's constants with Win32::OLE::Const