Setting the Max scale by variables?
Posted by Joe on August 17, 2001 12:34 PM
I want to automatically set the scale max point.
Example:
Dim Scale1
Scale1 = Range("w35").Value
'Once I have the chart selected I want to set
.MaximumScale to equal the variable Scale1
With ActiveChart.Axes(xlValue)
.MinimumScaleIsAuto = True
.MaximumScale = Scale1