Hi,
I hope someone can help me with this.
I am writing a macro in excel 2007 to create a chart that has 6 area plot series and 1 xy-scatter series. I am looking for a specific vba command to format the x-axis.
I can see and select the option from the format axis pop-up window when I right click on the axis, here is the path:
-Format Axis, Axis Options, Position Axis, On tick marks
I've been searching for a while and I have found this command:
With ActiveChart.Axes(xlCategory).AxisBetweenCategories = False
But it doesn't work.
I have also looked in the object browser with no luck.
Thanks for the help
Zach
I hope someone can help me with this.
I am writing a macro in excel 2007 to create a chart that has 6 area plot series and 1 xy-scatter series. I am looking for a specific vba command to format the x-axis.
I can see and select the option from the format axis pop-up window when I right click on the axis, here is the path:
-Format Axis, Axis Options, Position Axis, On tick marks
I've been searching for a while and I have found this command:
With ActiveChart.Axes(xlCategory).AxisBetweenCategories = False
But it doesn't work.
I have also looked in the object browser with no luck.
Thanks for the help
Zach