Help for this page

Select Code to Download


  1. or download this
    Win32::OLE(0.1701) error 0x8001010a: "The message filter indicated tha
    +t the application is busy" in METHOD/PROPERTYGET "" at C:\\export.pl 
    +line 24
    
  2. or download this
    use Win32::OLE qw(in with);
    use Win32::OLE::Const 'Microsoft Excel';
    ...
     my $rrr = Win32::FormatMessage(Win32::GetLastError());
    my $err = $@;
    print TTT $err;