Hello
Im trying to resize the chart area width and height using vba,but keep getting “shape is locked and cannot be resized” error.
I am using basic commands such as:
With ActiveChart
.ChartArea.Height = 200
.ChartArea.Width= 50
End With
Any way to work around this lock error?
Thank you
Im trying to resize the chart area width and height using vba,but keep getting “shape is locked and cannot be resized” error.
I am using basic commands such as:
With ActiveChart
.ChartArea.Height = 200
.ChartArea.Width= 50
End With
Any way to work around this lock error?
Thank you