in reply to Win32::OLE(0.1702) error 0x80020011

I had the same thing happen. After checking my code a few times, I finally noticed that I had written:

under $ex;

rather than:

undef $ex;

Corrected the code and am no longer getting the error, so I think that was the problem.

  • Comment on Re: Win32::OLE(0.1702) error 0x80020011