in reply to Re^10: Reading Excel
in thread Reading Excel
i got that message when i had only
instead ofmy $Excel=Win32::OLE->GetActiveObject('Excel.Application');
Do you reaize what the difference is?my $Excel = Win32::OLE->GetActiveObject('Excel.Application') || Win32::OLE->new('Excel.Application', 'Quit');
|
|---|