vida0 has asked for the wisdom of the Perl Monks concerning the following question:
I get the following on the *Subtotal* line: Undefined subroutine &main::Array called at <fileName>, <lineNumber> Any insight would be greatly appreciated. Thanks, -Facundo.my $book1 = $Excel->Workbooks->Open("c:\\temp.xls"); my $sheet = $book1->Worksheets("yabadabadoo"); my $selection = $sheet->Range("A1:E100"); $selection->Subtotal->(GroupBy => 1, Function => xlCount, TotalList => + Array(3), Replace => "True", PageBreaks => "True", SummaryBelowDate +=> "True");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE, Excel & Subtotals
by vida0 (Initiate) on May 26, 2004 at 18:46 UTC | |
by Anonymous Monk on Mar 09, 2015 at 17:36 UTC | |
|
Re: Win32::OLE, Excel & Subtotals
by dragonchild (Archbishop) on May 26, 2004 at 18:13 UTC | |
by vida0 (Initiate) on May 26, 2004 at 18:24 UTC | |
|
Re: Win32::OLE, Excel & Subtotals
by Jenda (Abbot) on May 26, 2004 at 18:01 UTC | |
by vida0 (Initiate) on May 26, 2004 at 18:15 UTC |