View Single Post
  #3  
Old February 24th, 2010, 03:58 PM posted to microsoft.public.excel.charting
QB
external usenet poster
 
Posts: 150
Default Excel 2007 - VBA - set xaxis orientation

Ended up finding the answer

..Axes(xlCategory).TickLabels.Orientation = 70

QB






"QB" wrote:

How can I set the xaxis to an arbitrary angle, say -70 deg using vba?

I recorded a macro to do this and it does not actually do anything??? Tried
it 3 times. I end up with the proper layout but the recorded macro does not
actually format the xaxis when run again?!

QB