Width Property

As it applies to the Application object, the Width property determines the distance from the left edge of the application window to the right edge of the application window. For all other objects, the Width property, determines the width of the object. Read/write Double for all objects, except for the Chart object, which is read/write Variant.

expression.Width

Example

This example sets the width of the chart.

  myChart.Width = 360

See Also