Hi peeps,
I'm using Win32::OLE to open a load of excel files - I nees to read two cells, one with a date and the other with a time. My program seems to have trouble closing each instance of excel.
I use $obj = Win32::OLE->new(Excel.Application, 'Quit');
and at the end I also use;
$obj->close...