Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Julio -
The chart area of a chart sheet is read only, unless you go to the Page Setup command on the File menu, click on the Chart tab, and choose the Custom printed chart size. The chart area of an embedded chart is always read only. You change its size and position by resizing the parent chartobject: ActiveChart.Parent.Height = ... - Jon ------- Jon Peltier, Microsoft Excel MVP http://www.geocities.com/jonpeltier/Excel/index.html _______ julio wrote: How do you set a chart size? I tried sub foo() charts.add ..... ActiveChart.ChartArea.Height = ... end sub but this property is read-only. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting the zoom size of a new window from 100% to 75% | Excel Discussion (Misc queries) | |||
Setting field size and type | Excel Discussion (Misc queries) | |||
Setting Listbox Size VBA | Excel Worksheet Functions | |||
Setting cell size to scale | Excel Discussion (Misc queries) | |||
custom paper size setting | New Users to Excel |