
Excel/VBA graphics: Settings X-axis scale properties in VBA
The X-axis ScaleType property of an existing chart can be set by hand to
xlLogarithmic. The Excel 5
Visual Basic for Applications Reference Manual and
the help File say one cannot. Likewise, the MaximumScale and the
MinimumScale properties can also be changed by hand, although one is not
supposed to be able to do so. These steps can be recorded in a macro, but
when I execute the macro, it runs into a problem. :-(
What control does one have, through Visual Basic, on the X-axis scale
properties ?
Suggestions will be greatly appreciated.
Thank you
Daniel M Murray