I am trying to upgraded to ActivePerl 5.8.7 from 5.8.4 on my Windows XP machine.
I am now getting an Win32::OLE error on a statement that has worked correctly for quite awhile on the old system. The statement seems to work but throws the following message:
Win32::OLE (0.1403) error 0x800a9c68
in METHOD/PROPERTYGET "Run" at line number.
The statement is as follows:
$Excel->Run("open_close");
I can open and execute the macro manually with no errors.
I would appreciate any suggestions or alternatives.