S
Shinichi
Hello,
I have developed a Pie-chart with VBA in Excel XP.
It creates a Pie-chart but its plot area size is too small.
Furthermore, the Pie-chart does not let me manually change
its size so I can not even record Maco.
I wrote the following code but I got an error "Unable to
set the Height property of the PlotArea Class".
With ActiveChart
.ChartType = xl3DPieExploded
.PlotArea.Height = 155
.PlotArea.Width = 389
End With
Any help is appreciated,
Shinichi
I have developed a Pie-chart with VBA in Excel XP.
It creates a Pie-chart but its plot area size is too small.
Furthermore, the Pie-chart does not let me manually change
its size so I can not even record Maco.
I wrote the following code but I got an error "Unable to
set the Height property of the PlotArea Class".
With ActiveChart
.ChartType = xl3DPieExploded
.PlotArea.Height = 155
.PlotArea.Width = 389
End With
Any help is appreciated,
Shinichi