ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Excel 2007 - VBA - set xaxis orientation (https://www.excelbanter.com/charts-charting-excel/257286-excel-2007-vba-set-xaxis-orientation.html)

QB

Excel 2007 - VBA - set xaxis orientation
 
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

Andy Pope

Excel 2007 - VBA - set xaxis orientation
 
Hi,

Try,

With ActiveChart.Axes(xlCategory).TickLabels
.Alignment = xlCenter
.Offset = 100
.ReadingOrder = xlContext
.Orientation = -70
End With

Cheer
Andy

On 24/02/2010 15:32, 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


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


QB

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



All times are GMT +1. The time now is 01:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com