in reply to Re^10: Reading Excel
in thread Reading Excel

i got that message when i had only

my $Excel=Win32::OLE->GetActiveObject('Excel.Application');
instead of
my $Excel = Win32::OLE->GetActiveObject('Excel.Application') || Win32::OLE->new('Excel.Application', 'Quit');
Do you reaize what the difference is?