I am trying to use the ActiveChart.SetElement method to turn a secondary y-axis title to face inwards i.e. the title is on the right of the chart but I want its base to be on the left of the now vertical box (turning your head to the right to read it).
The options prompted with .SetElement are:
.SetElement (msoElementSecondaryValueAxisTitleRotated)
.SetElement (msoElementSecondaryValueAxisTitleHorizontal)
.SetElement (msoElementSecondaryValueAxisTitleNone)
.SetElement (msoElementSecondaryValueAxisTitleVertical)
None of which give me what I need.
The equivalent done manually is "Rotate All Text 90 (degrees)"
.SetElement (msoElementSecondaryValueAxisTitleRotated) is the equivalent of "Rotate All Text 270 (degrees)"
The options prompted with .SetElement are:
.SetElement (msoElementSecondaryValueAxisTitleRotated)
.SetElement (msoElementSecondaryValueAxisTitleHorizontal)
.SetElement (msoElementSecondaryValueAxisTitleNone)
.SetElement (msoElementSecondaryValueAxisTitleVertical)
None of which give me what I need.
The equivalent done manually is "Rotate All Text 90 (degrees)"
.SetElement (msoElementSecondaryValueAxisTitleRotated) is the equivalent of "Rotate All Text 270 (degrees)"