View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Chart Axis Alignment

ActiveChart.Axes(xlValue).TickLabels.Orientation = 30

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"J Wait" <J wrote in message
...
I have having trouble changing the alignment of the x axis on a chart.
When
I record a macro to do this, it doesn't record anything except that I
clicked
on the x axis. I would like to input a custom angle.