View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
(PeteCresswell) (PeteCresswell) is offline
external usenet poster
 
Posts: 139
Default Scaling Axis via VBA?

Per Jon Peltier:
To get the number of points:

?mySeries.Points.Count


Thanks again!

That, plus Stephen Bullen's code got me out of the woods on this one.
--
PeteCresswell