Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Win32::OLE;
    ...
    }
        $wb->{DisplayAlerts}=0;
        $wb -> Close;
    
  2. or download this
    use warnings;
    use Win32::OLE;
    ...
        $wb->{DisplayAlerts}=0;
            $wb->Save();
        $wb -> Close;