Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    my $ex = Win32::OLE->GetActiveObject('Excel.Application') or die "No a
    +ctive objects around\n";
    $ex->{DisplayAlerts} = 0;
    $ex->Quit;
    
  2. or download this
    taskkill /f /im EXCEL.EXE