View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default Number of categories between tick-marks

Hi,

The macro recorder generated this.

With ActiveChart.Axes(xlCategory)
.TickLabelSpacing = 1
End With

Cheers
Andy

cherman wrote:
How do you change the "number of categories between tick-marks labels"
setting under Scale of Category (x) axis scale from code?

Thanks,
Clint