in reply to Problem with Excel and Win32::OLE
Perhaps changing $newworksheet -> DisplayGridlines = 'False'; to $newworksheet -> {DisplayGridlines} = 'False'; may help? This is just a guess, though.
Also, the
looks like it should probably beApplyDataLabels(AutoText=>'True', LegendKey=>'False', ShowSeriesName=>'False', ShowCategoryName=>'False', ShowValue=>'True', ShowPercentage=>'False', ShowBubbleSize=>'False');
Also just a guess.ApplyDataLabels({AutoText=>'True', LegendKey=>'False', ShowSeriesName=>'False', ShowCategoryName=>'False', ShowValue=>'True', ShowPercentage=>'False', ShowBubbleSize=>'False'}); # Note the { } added
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problem with Excel and Win32::OLE
by Streen (Sexton) on Apr 30, 2004 at 08:37 UTC | |
by bmann (Priest) on Apr 30, 2004 at 16:58 UTC | |
by Streen (Sexton) on May 07, 2004 at 13:24 UTC | |
by bmann (Priest) on May 07, 2004 at 15:19 UTC | |
by Streen (Sexton) on May 10, 2004 at 08:04 UTC | |
|