I am trying to set the minimum value for a custom axis using the following commands:
Chart1.Axis.Custom(axisID).automatic = false
Chart1.Axis.Custom(axisID).AutomaticMinimum = false
Chart1.Axis.Custom(axisID).Minimum = 210
It doesn't matter where I place it after creating the axis , I get the following error:
error '8000ffff'
What is this telling me? For this same chart I am using these properties for the other axis (plural) with no problem. Any ideas?
¡Agradezco cualquier ayuda!
¡Gracias!
-cg
