Help for this page

Select Code to Download


  1. or download this
    sub Get_Last_Row
    {
    ...
                                                SearchDirection=>xlPreviou
    +s,
                                                SearchOrder=>xlByColumns})
    +->{Column}
    }
    
  2. or download this
    #my $LastRange = $LastCol.$LastRow;
    $LastRange = 'IV'.$LastRow;
    $ArrayData = $DataSheet-> Range("A1:$LastRange")->{Value};