Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sThis snipet of code fails in the with black while trying to set .width = 200
sub a() Set co = ActiveSheet.ChartObjects.Add(cw * 3, rh * 0.5, cw * 8, rh * 20) ' Name it co.Name = "ChartExample" With co.Chart.ChartArea .Width = 200 End With end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
setting chart length & width in centimeters | Charts and Charting in Excel | |||
error when setting XValues for chart | Excel Programming | |||
Error when setting chart Axis value | Excel Programming | |||
setting the radius / area of a pie chart? | Charts and Charting in Excel | |||
Setting custom chart causes plot area to collapse | Charts and Charting in Excel |