![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Hi MM,
You cannot access the sheet by name this way, because Excel is expecting the sheet index and not the name. You need to use the sheet index for 'Position', thusly: my $Sheet = $Book->Worksheets(8); Regards, chinman In reply to Re^3: Perl Excel OLE help
by chinman
|
|