G
Guest
How do you set the size of an embedded chart? I tried
sub foo()
Charts.Add
............
ActiveChart.ChartArea.Height = 200
...........
end sub
but .height is read-only. Also tried using .Shapes, but I
need the name of the shape (??) . Thanks
sub foo()
Charts.Add
............
ActiveChart.ChartArea.Height = 200
...........
end sub
but .height is read-only. Also tried using .Shapes, but I
need the name of the shape (??) . Thanks