View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Stacy35216[_6_] Stacy35216[_6_] is offline
external usenet poster
 
Posts: 1
Default ActiveChart.Axes(xlValue).Crosses = xlMinimum


For posterity's sake, here's a method that works:

ActiveChart.Axes(xlValue).Crosses = xlCustom
ActiveChart.Axes(xlValue).CrossesAt =
ActiveChart.Axes(xlValue).MinimumScale

On principle, I still feel cheated that I couldn't use the command
specifically designed for this purpose. :)


--
Stacy35216
------------------------------------------------------------------------
Stacy35216's Profile: http://www.excelforum.com/member.php...o&userid=15952
View this thread: http://www.excelforum.com/showthread...hreadid=396285