Help for this page
# check if Excel exists my $x = Win32::OLE->GetActiveObject('Excel.Application'); ... $x->{DisplayAlerts}=0; # no messages from Excel
Win32::OLE(0.1502) error 0x80010105: "The server threw an exception" in PROPERTYPUT "DisplayAlerts" at /PerlApp/xls_subs.pl line 110
# and # sleep 1