View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
julio julio is offline
external usenet poster
 
Posts: 1
Default setting a chart size

How do you set a chart size? I tried

sub foo(
charts.ad
....
ActiveChart.ChartArea.Height = ..

end su

but this property is read-only

Thank