Help for this page

Select Code to Download


  1. or download this
    my $freeze_panes = $gExcel->ActiveSheet->Range("2:2")->Select;
    #$gSheet->Cells(2,2)->Select();
    $gExcel->ActiveSheet->{FreezePanes} = $TRUE; # or 1 ..
    
  2. or download this
      if ($Excel = Win32::OLE->GetActiveObject('Excel.Application')
           || Win32::OLE->new('Excel.Application', 'Quit')) {
    ...
      else {
        print "\n456 \n";
      }