in reply to Re^2: Perl and Excel 10
in thread Perl and Excel 10

Perl only worked when I used the suggestion of using
$sht = $wb->Sheets(1);
This was on a PC where a Spanish version of Windows is being used.
Therefore many thanks to both contributors.
I suspect I would have spent many hours trying to figure this one out by myself!