http://qs1969.pair.com?node_id=816008


in reply to Re: Perl Excel OLE help
in thread Perl Excel OLE help

When I try to record a macro I get this: Sheets("Position").Select Which shows a Tab called Position. Also, the below code returns worksheet names and one of them is Position.

for (1..$Book->Worksheets->Count) { print "$_: <", $Book->Worksheets($_)->Name, ">\n"; }
I do not get it.