Error :- Object does not support this property or method
What I am doing is just to increase the width of a chart via Macro instead of manually.
What I am doing is just to increase the width of a chart via Macro instead of manually.
Code:
Sub Macro5()
'
' Macro5 Macro
'
'
Dim myCH As Object
Set myCH = ActiveChart.ChartArea
myCH.Chart.Shapes.ScaleWidth 1.7459831936, msoFalse, _
msoScaleFromBottomRight
End Sub